API:FMX.DateTimeCtrls.TTimeEdit.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: string read FCustomFormat write SetCustomFormat default 0;

C++

__property Format = {default=0};

Properties

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

Description

Defines the format of date and time values.

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

Defines the format of date and time values.

Format allows to customize formats of date and time values in date and time edit controls.

For information about the supported formats, see FormatDateTime.

See Also