TTMSFNCStateManagerBeforeLoadControlStateEvent Event Type
Event handler type for
OnBeforeLoadControlState; called before an individual control's state value is applied.
API unit family: TMSFNCStateManager
Parameters
| Name | Description |
|---|---|
Sender |
The state manager that fired the event. |
AState |
The state item being loaded. |
AControl |
The control whose state value is about to be restored. |
AValue |
The serialized state value for this control; may be modified by the handler. |
ACanLoad |
Set to False to skip restoring state for this control. |