Class TTagCollection
Unit
Declaration
type TTagCollection = class(TCollection)
Description
Class of collection of tags.
:
Use this class if you need more than one tag, like as recipes and historics.
Hierarchy
- TCollection
- TTagCollection
Overview
Methods
function GetComponentState:TComponentState; |
|
procedure NeedCurrentCompState; |
|
procedure Loaded; |
Properties
property OnItemChange: TNotifyEvent read FOnItemChange write FOnItemChange; |
|
property OnValuesChange: TNotifyEvent read FOnValuesChange write FOnValuesChange; |
|
property OnNeedCompState: TNeedCompStateEvent read FOnNeedCompState write FOnNeedCompState; |
|
property ZonesState: TComponentState read GetComponentState; |
Description
Methods
function GetComponentState:TComponentState; |
|
: Returns the actual state of the collection owner. |
procedure NeedCurrentCompState; |
|
: Request the actual owner state. |
procedure Loaded; |
|
: Method that the owner must call to inform the collection that it's fully loaded. |
Properties
property OnItemChange: TNotifyEvent read FOnItemChange write FOnItemChange; |
|
: Tells when at least one collection item was changed. |
property OnValuesChange: TNotifyEvent read FOnValuesChange write FOnValuesChange; |
|
: Tells when a value of an collection item was changed. |
property OnNeedCompState: TNeedCompStateEvent read FOnNeedCompState write FOnNeedCompState; |
|
: Event used to inform to collection the actual estate of the owner. |
property ZonesState: TComponentState read GetComponentState; |
|
: Tells the actual state of the collection owner. |
Author
- Fabio Luis Girardi <[email protected]>
Generated by PasDoc 0.14.0.