TTMSFNCCustomStateManager.FindStateByName Method
Returns the state item with the specified name, or
nilif not found.
API unit family: TMSFNCStateManager
Declaring type: TTMSFNCCustomStateManager
Syntax
function FindStateByName(AName: string): TTMSFNCStateManagerItem; virtual;
Parameters
| Name | Description |
|---|---|
AName |
The name to search for. |
Returns
The matching state item, or nil when no state has the specified name.