FMX.DateTimeCtrls.TTimeEdit.OnCheckChanged

From RAD Studio API Documentation
Jump to: navigation, search

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.

FMX.DateTimeCtrls.TTimeEdit.OnCheckChanged inherits from FMX.DateTimeCtrls.TCustomDateTimeEdit.OnCheckChanged. All content below this line refers to FMX.DateTimeCtrls.TCustomDateTimeEdit.OnCheckChanged.

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