FMX.DateTimeCtrls.TCustomDateTimeEdit.Format

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Format: string read FCustomFormat write SetCustomFormat;

C++

__property System::UnicodeString Format = {read=FCustomFormat, write=SetCustomFormat};

Properties

Type Visibility Source Unit Parent
property public
FMX.DateTimeCtrls.pas
FMX.DateTimeCtrls.hpp
FMX.DateTimeCtrls TCustomDateTimeEdit

Description

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