Skip to main content

TdxTileControlItem.OnGetStoredPropertyValue Event

Enables you to provide a value for the item 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 item’s OnGetStoredProperties event handler. To restore item properties, handle the OnSetStoredPropertyValue event.

The Sender parameter specifies the tile item.

The AName parameter identifies the property name.

Pass the property value as the AValue parameter.

See Also