TCilTsegData Class

Ancestor for CilTseg classes with a common Error property.

Unit: Olf.CilTseg.ClientLib
type TCilTsegData = class(TObject)

The TCilTsegData type exposes the following members.

Show:
 NameDescription
Create

Constructor method to override in your descendant classes.

Top
Show:
 NameDescription
Error

This property is True if an error occured to access to this an API or some datas. If all went good, the Error property is set to False.

Top