Table of Contents

TTMSFNCWXContainerElementActions.FindByName Method

Returns the action with the given name, or nil when no match is found.

API unit family: TMSFNCWXContainer Declaring type: TTMSFNCWXContainerElementActions

Syntax

function FindByName(AName: string): TTMSFNCWXContainerElementAction;

Parameters

Name Description
AName The name to search for (case-insensitive).

Returns

The matching action, or nil.