Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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