TdxBarWindowItem.CurChange Method
In This Article
Generates an OnCurChange event.
#Declaration
Delphi
procedure CurChange; dynamic;
#Remarks
The CurChange method is called every time you press an alphanumeric key. It generates an OnCurChange event every time the CurText property changes.
See Also