FMX.DateTimeCtrls.Types.TDTFormatPart

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

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() {}
};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
record
struct
public
FMX.DateTimeCtrls.Types.pas
FMX.DateTimeCtrls.Types.hpp
FMX.DateTimeCtrls.Types FMX.DateTimeCtrls.Types

Beschreibung

Embarcadero Technologies verfügt zurzeit über keine zusätzlichen Informationen. Bitte unterstützen Sie uns bei der Dokumentation dieses Themas, indem Sie Ihre Kommentare auf der Diskussionsseite eingeben.