System.SysUtils.TFormatSettings.ShortMonthNames

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

ShortMonthNames: array[1..12] of string;

C++

_TFormatSettings__1 ShortMonthNames;

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
field public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils TFormatSettings


Beschreibung

ShortMonthNames ist das Array von Strings, die kurze Monatsnamen enthalten.

ShortMonthNames ist ein Array von Strings, die kurze Monatsnamen enthalten. Wenn der Bezeichner mmm in einem an FormatDateTime übergebenen Format-String vorhanden ist, wird der entsprechende kurze Monatsname zurückgegeben.