FMX.DateTimeCtrls.Types.TDTFormatPart

De RAD Studio API Documentation
Aller à : navigation, rechercher

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

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 !