Vcl.WinXPickers.TBasePickerControl.OnChange
Delphi
property OnChange: TNotifyEvent read FOnChange write FOnChange;
C++
__property System::Classes::TNotifyEvent OnChange = {read=FOnChange, write=FOnChange};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
event | public | Vcl.WinXPickers.pas Vcl.WinXPickers.hpp |
Vcl.WinXPickers | TBasePickerControl |
Description
Occurs when the underlying data value is represented by the picker control changes.