API:FMX.DateTimeCtrls.TTimeEdit
Delphi
TTimeEdit = class(TCustomTimeEdit)
C++
class PASCALIMPLEMENTATION TTimeEdit : public TCustomTimeEdit
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.
FMX.DateTimeCtrls.TTimeEdit inherits from FMX.DateTimeCtrls.TCustomTimeEdit. All content below this line refers to FMX.DateTimeCtrls.TCustomTimeEdit.
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.