FMX.DateTimeCtrls.Types.TDTFormatPart

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

  TDTFormatPart = record
  public
    Part: TDTPart;
    Value: Integer;
    DisplayFormat: string;
    Range: TRange<Integer>;
  public
    constructor Create(const APart: TDTPart; const AMin, AMax: Integer); overload;
    constructor Create(const APart: TDTPart); overload;
    { Time section }
    function IsAM: Boolean;
    function ToAMPMString: string;
    function IsShortYearFormat: Boolean;
  end;

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.