FMX.DateTimeCtrls.TCustomDateTimeEdit.OnCheckChanged
Delphi
property OnCheckChanged: TNotifyEvent read FOnCheckChanged write FOnCheckChanged;
C++
__property System::Classes::TNotifyEvent OnCheckChanged = {read=FOnCheckChanged, write=FOnCheckChanged};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| event | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | TCustomDateTimeEdit |
Description
Occurs while changing the state of the checkbox that enables/disables the control at run time.
This check box is displayed when the ShowCheckBox property is set to True.