System.SysUtils.TLocaleID

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

type TLocaleID = Cardinal;

C++

typedef unsigned TLocaleID;

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
System.SysUtils.pas
System.SysUtils.hpp
System.SysUtils System.SysUtils

説明

ロケール識別子です。

ロケール識別子は、言語識別子と地域識別子を表す 4 バイトの符号なし整数です。 現在のロケールで、数値、通貨、日付/時刻などの現在の表示書式設定が決まります。

関連項目