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