GetRegistryValue メソッド (SystemFunctions)

クラス

SystemFunctions

アクション

指定したレジストリ キーの値を返します。

構文

oKeyValue = GetRegistryValue (rcCategory, sKeyPath, sValueName, bConvertToInt)
変数 説明
oKeyValue 指定したキーの値。 キーが 存在しない場合は null。 Object
rcCategory レジストリのルート キー。 RegistryCategory
sKeyPath レジストリ キーへのパス。 String
sValueName 値の名前。 String
bConvertToInt 値を整数に変換するかどうかを指定します。 Boolean