TTMSFNCWXContainerElementActions.GetActionByName Method
Returns the action with the given name, or
nilwhen no match is found.
API unit family: TMSFNCWXContainer
Declaring type: TTMSFNCWXContainerElementActions
Syntax
function GetActionByName(AName: string): TTMSFNCWXContainerElementAction;
Parameters
| Name | Description |
|---|---|
AName |
The name to search for (case-insensitive). |
Returns
The matching action, or nil.