TdxTileControlGroup.OnGetStoredPropertyValue Event
Enables you to provide value for the group to be saved to external data stores.
Declaration
property OnGetStoredPropertyValue: TcxGetStoredPropertyValueEvent read; write;
Remarks
This event is fired for each property (including default properties) within the list specified in the group’s OnGetStoredProperties event handler. To restore group properties, handle the OnSetStoredPropertyValue event.
The Sender parameter specifies the tile group.
The AName parameter identifies the property name.
Pass the property value as the AValue parameter.
See Also