IsValid()
Description
Description
Checks if the component is ready for the text conversion process.
Syntax
Syntax
Function IsValid()
Parameters
Parameters
none
Return value
Return value
boolean -
true: the component is setup properly for a text conversion process;
false otherwise.
An exception is thrown in case of errors.
Example
Example
Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
If TextConverter.IsValid Then TextConverter.Convert()
See also
See also