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.PostEditValueOnFocusLeave Property

Specifies if the token editor attempts to create a token from the input string and append the token to the edit value when focus leaves the editor.

#Declaration

Delphi
property PostEditValueOnFocusLeave: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

Set this property to True to allow the token editor to append a new token to the edit value when focus leaves the editor, like in many popular mail clients. In this case, end users can click another control or window, or press the Tab/Shift+Tab keystroke to post a pending token. Additionally, the Tab key or the Shift+Tab key combination leaves focus in the editor if a lookup dropdown window is visible and appends:

  • The selected token;

  • The top listed token if no item is selected in the dropdown window.

The default PostEditValueOnFocusLeave property value is False.

See Also