TdxTokenEditTokens.FindByText(string) Method
In This Article
#Declaration
Delphi
function FindByText(const AText: string): TdxTokenEditToken;
#Parameters
Name | Type |
---|---|
AText | string |
#Returns
Type |
---|
Tdx |
#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