IsValid()


Description

Checks if the component is ready for the text conversion process.

Syntax

Function IsValid()

Parameters

none

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

Dim TextConverter
Set TextConverter = CreateObject( "ConverterX.ConverterX.1" )
TextConverter.OpenProject( "C:\data\Test.ConverterX" )
If TextConverter.IsValid Then TextConverter.Convert() 

See also