TTMSFNCCustomStateManager.LoadStateCustom Method
Iterates over all states and applies the first one for which the optional callback returns
True.
API unit family: TMSFNCStateManager
Declaring type: TTMSFNCCustomStateManager
Syntax
procedure LoadStateCustom(ACallBack: TTMSFNCStateManagerLoadStateCustomCallback = nil);
Parameters
| Name | Description |
|---|---|
ACallBack |
Optional callback invoked for each state; set ALoad to True to select that state. |