dxTokenEditDefaultEditValueDelimiter Constant
Specifies the default character delimiting token text strings in the token editor’s edit value.
Declaration
const dxTokenEditDefaultEditValueDelimiter = ';';
Remarks
This global constant specifies the default value of the EditValueDelimiter property provided by the TdxTokenEditProperties class.
See Also