Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxTokenEditProperties.TokensToEditValue(TStrings) Method

Converts the specified list of token token text strings to the edit value.

#Declaration

Delphi
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 ATokensDelimiter property) between each two individual source text strings within the returned value.

See Also