Skip to main content

TdxTokenEditToken.DisplayText Property

Specifies the text string that the token displays instead of its identifier.

Declaration

property DisplayText: string read; write;

Property Value

Type
string

Remarks

Use this property to show an alternative text string within the token box instead of the Text property value. The token box displays the latter if the DisplayText property value is an empty string.

You can use the Text and/or DisplayText property values as sources for token lookup. Refer to the token editor’s Properties.Lookup.FilterSources property description for more details.

The DisplayText property’s default value is an empty string.

See Also