TdxCustomTokenEdit.ActiveProperties Property
Provides access to the appearance and behavior settings that currently affect the token editor.
Declaration
property ActiveProperties: TdxTokenEditProperties read;
Property Value
Type |
---|
TdxTokenEditProperties |
Remarks
You can use this property to identify the token editor settings that are currently in effect, which is particularly useful if a repository item is assigned to the editor via the RepositoryItem property. In this case, the ActiveProperties property returns settings stored in the repository item instead of the corresponding settings from the Properties property set.
Refer to the TdxTokenEditProperties class description for detailed information on all token editor appearance and behavior settings.
See Also