TdxBarWindowItem.OnChange Event
In This Article
Occurs when the text of an edit control changes.
#Declaration
Delphi
property OnChange: TNotifyEvent read; write;
#Remarks
This event occurs when finishing text editing, that is, if a user presses Enter. Define the OnChange event-handler to avoid multiple event-handler calls.
See Also