Skip to main content

TdxCustomLayoutControl.OnSetStoredPropertyValue Event

Enables you to restore a layout control’s custom setting that was previously stored by the OnGetStoredProperties and OnGetStoredPropertyValue event handlers.

Declaration

property OnSetStoredPropertyValue: TdxLayoutControlSetStoredPropertyValueEvent read; write;

Remarks

Fires when restoring layout control settings from the storage.

Sender specifies the layout control whose setting will be restored.

AName specifies the setting to be restored.

AValue specifies the setting’s value.

To learn how to restore custom settings, refer to the example in the OnSetItemStoredPropertyValue help topic.

See Also