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

Formats the date or time value.

This property allows you to customize the control value format.

For information about the supported formats, see the table specified in FormatDateTime.

See Also