TdxLayoutControlGetItemStoredPropertiesEvent Type
In This Article
#Declaration
Delphi
TdxLayoutControlGetItemStoredPropertiesEvent = procedure(Sender: TdxCustomLayoutControl; AItem: TdxCustomLayoutItem; AProperties: TStrings) of object;
#Parameters
Name | Type |
---|---|
Sender | Tdx |
AItem | Tdx |
AProperties | TStrings |
See Also