Skip to main content

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

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