API:FMX.DateTimeCtrls.TTimeEdit.OnCheckChanged

From RAD Studio API Documentation

Delphi

property OnCheckChanged: TNotifyEvent read FOnCheckChanged write FOnCheckChanged;

C++

__property OnCheckChanged;

Properties

Type Visibility Source Unit Parent
event published
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TTimeEdit

Description

Occurs while changing the state of the checkbox that enables/disables the control at run time. {{#multireplace:FMX.DateTimeCtrls.TTimeEdit.OnCheckChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}} inherits from {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.OnCheckChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}. All content below this line refers to {{#multireplace:FMX.DateTimeCtrls.TCustomDateTimeEdit.OnCheckChanged|H21=!|H25=%|H28=(|H29=)|H2A=*|H2B=+|H2F=/|H3C=<|H3D==|H3E=>|H5B=[|H5D=]|H5E=^|H7C=|}}.

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.

See Also