TdxTokenEditTokens.FindByText(string) Method
Declaration
function FindByText(const AText: string): TdxTokenEditToken;
Parameters
Name | Type |
---|---|
AText | string |
Returns
Type |
---|
TdxTokenEditToken |
Remarks
This function returns a token whose Text property value matches the AText parameter. If there is no such token in the collection, the FindByText function returns nil.
See Also