TdxBarWindowItem.OnCurChange Event
Occurs on text editing.
Declaration
property OnCurChange: TNotifyEvent read; write;
Remarks
This event occurs after modifying text in an active item control - text is defined by the CurText property. Unlike the OnChange event, the OnCurChange occurs every time a user changes text in an item control window, that is, on alphanumeric key press events. Use OnCurChange when your application needs to process current changes of edited text.
See Also