TdxLayoutControlGetItemStoredPropertyValueEvent Type
Declaration
TdxLayoutControlGetItemStoredPropertyValueEvent = procedure(Sender: TdxCustomLayoutControl; AItem: TdxCustomLayoutItem; const AName: string; var AValue: Variant) of object;
Parameters
Name | Type |
---|---|
Sender | TdxCustomLayoutControl |
AItem | TdxCustomLayoutItem |
AName | string |
AValue | Variant |
See Also