TdxTokenEditProperties.TokensToEditValue(TStrings) Method
Converts the specified list of token token text strings to the edit value.
Declaration
function TokensToEditValue(const ATokens: TStrings): TcxEditValue; virtual;
Parameters
Name | Type |
---|---|
ATokens | TStrings |
Returns
Type |
---|
TcxEditValue |
Remarks
This function returns a single TcxEditValue value created from multiple text strings passed as the ATokens parameter. The TokensToEditValue function also places a delimiter character (obtained from the ATokens‘ Delimiter property) between each two individual source text strings within the returned value.
See Also