Class TCilTsegData
Unit
Declaration
type TCilTsegData = class(TObject)
Description
Ancestor for CilTseg classes with a common Error property.
Hierarchy
- TObject
- TCilTsegData
Overview
Methods
![]() |
constructor Create; virtual; |
Properties
![]() |
property Error: boolean read FError write SetError; |
Description
Methods
![]() |
constructor Create; virtual; |
|
Constructor method to override in your descendant classes. | |
Properties
![]() |
property Error: boolean read FError write SetError; |
|
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. | |
Generated by PasDoc 0.16.0.
