Skip to main content

TdxBarWindowItem.OnChange Event

Occurs when the text of an edit control changes.

Declaration

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