FMX.DateTimeCtrls.Types.TDTFormatPart

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TDTFormatPart = record

C++

struct DECLSPEC_DRECORD TDTFormatPart
{
public:
    TDTPart Part;
    int Value;
    System::UnicodeString DisplayFormat;
    TRange__1<int> Range;
    __fastcall TDTFormatPart(const TDTPart APart, const int AMin, const int AMax)/* overload */;
    __fastcall TDTFormatPart(const TDTPart APart)/* overload */;
    bool __fastcall IsAM();
    System::UnicodeString __fastcall ToAMPMString();
    bool __fastcall IsShortYearFormat();
    TDTFormatPart() {}
};

Propriétés

Type Visibilité  Source Unité  Parent
record
struct
public
FMX.DateTimeCtrls.Types.pas
FMX.DateTimeCtrls.Types.hpp
FMX.DateTimeCtrls.Types FMX.DateTimeCtrls.Types

Description

Embarcadero Technologies ne possède pas d'informations supplémentaires pour le moment. Veuillez nous aider à documenter cette rubrique en utilisant la page Discussion !