System.Win.Registry.TRegistry.ReadFloat

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

Delphi

function ReadFloat(const Name: string): Double;

C++

double __fastcall ReadFloat(const System::UnicodeString Name);

プロパティ

種類 可視性 ソース ユニット
function public
System.Win.Registry.pas
System.Win.Registry.hpp
System.Win.Registry TRegistry

説明

カレントキーに関連付けられた特定のデータ値から浮動小数点値を取得します。

ReadFloat を呼び出すと,カレントキーに関連付けられた特定のデータ値から浮動小数点値を読み出すことができます。Name は読み出すデータ値の名前です。

Registry エントリが浮動小数点値を格納していない場合は例外が生成されます。

関連項目