FMX.DateTimeCtrls.TCustomTimeEdit
Delphi
TCustomTimeEdit = class(TCustomDateTimeEdit)
C++
class PASCALIMPLEMENTATION TCustomTimeEdit : public TCustomDateTimeEdit
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
class | public | FMX.DateTimeCtrls.pas FMX.DateTimeCtrls.hpp |
FMX.DateTimeCtrls | FMX.DateTimeCtrls |
Description
Represents the base class for the TTimeEdit component.
Create a subclass derived from TCustomTimeEdit if you want to create your own time editor.
Do not create instances of this class.