System.SysUtils.FormatSettings

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

Delphi

FormatSettings: TFormatSettings;

C++

extern DELPHI_PACKAGE TFormatSettings FormatSettings;

プロパティ

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


説明

デフォルトの書式設定です。

FormatSettings はグローバル変数です。 特定のロケールの書式設定を取得するには、TFormatSettings オブジェクトを作成します。 TFormatSettings.Create パラメータを参照してください。

関連項目