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