TcxEditRepositoryTokenItem.Properties Property
Provides access to stored token editor settings.
Declaration
property Properties: TdxTokenEditProperties read; write;
Property Value
| Type | Description |
|---|---|
| TdxTokenEditProperties | Stores token editor settings. |
Remarks
Use the Properties.Tokens property to manage a token collection. Properties.Lookup, Properties.AllowAddCustomTokens, and Properties.PostEditValueOnFocusLeave properties allow you to customize user interaction with a token editor.
Refer to the TdxTokenEditProperties class description for detailed information on all available options.
See Also