TdxBarWindowItem.OnCurChange Event
In This Article
Occurs on text editing.
#Declaration
Delphi
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