TCilTsegData Class
Definition
Ancestor for CilTseg classes with a common Error property.
Delphi
type TCilTsegData = class(TObject)
- Inheritance
-
TObjectTCilTsegData
- Derived
Constructors
| Create |
Constructor method to override in your descendant classes. |
Properties
| 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. |