Skip to main content

TcxCustomTextEditProperties.OnNewLookupDisplayText Event

Occurs when the text entered into the editor does not belong to the automatic completion words list.

Declaration

property OnNewLookupDisplayText: TcxNewLookupDisplayTextEvent read; write;

Remarks

The OnNewLookupDisplayText event occurs when the text entered into the editor does not belong to the automatic completion words list. Note that the OnNewLookupDisplayText event occurs only if the ValidateEdit method’s return value is True, i.e. the editor display text can be stored in the editor edit value.

See Also