TdxTokenEditToken.Text Property
The text string that identifies the token (also called the token’s ID text).
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
A token editor appends this token box if the Text property value matches a delimited token text ID
in the editor’s editing value.
This property value is:
Used to identify the token;
Displayed by the token box provided that the DisplayText property is unspecified;
A source for the token editor‘s lookup filtering (for additional information, refer to the description of the Properties.Lookup.FilterSources property provided by the token editor).
The Text property value of a new token, created by calling the token editor’s Properties.Tokens.Add function without any parameters, consists of the ‘Token’ string followed by the token’s index in the token collection.
See Also