WriteProfileInt 方法 (Editor 对象)

设一个整数值到注册表中或一个取决于 EmEditor 设置的 INI 文件中。

[JavaScript]

editor.WriteProfileInt( nKey, strConfig, strEntry, nData );

[VBScript]

editor.WriteProfileInt nKey, strConfig, strEntry, nData

参数

nKey

用下列值之一来指定一个键值。eeRegConfig 和 eeRegEmEditorPlugin 需要 pszConfig 参数来指定键值。

eeRegCommon

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Common 或 eeCommon.ini\[Common]

eeRegRegist

HKEY_CURRENT_USER\Software\EmSoft\Regist 或 eeCommon.ini\[Regist]

eeRegMacros

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Macros 或 eeCommon.ini\[Macros]

eeRegPlugins

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\PlugIns 或 eeCommon.ini\[PlugIns]

eeRegRecentFileList

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent File List 或 eeCommon.ini\[Recent File List]

eeRegRecentFolderList

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Folder List 或 eeCommon.ini\[Recent Folder List]

eeRegRecentFontList

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Font List 或 eeCommon.ini\[Recent Font List]

eeRegRecentInsertList

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Recent Insert List 或 eeCommon.ini\[Recent Insert List]

eeRegAutoSave

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\AutoSave 或 eeCommon.ini\[AutoSave]

eeRegLMCommon

HKEY_LOCAL_MACHINE\SOFTWARE\EmSoft\EmEditor v3\Common 或 eeLM.ini\[Common]

eeRegLMRegist

HKEY_LOCAL_MACHINE\SOFTWARE\EmSoft\Regist 或 eeLM.ini\[Regist]

eeRegConfig

HKEY_CURRENT_USER\Software\EmSoft\EmEditor v3\Config\(pszConfig) 或 eeConfig.ini\[(pszConfig)]

eeRegEmEditorPlugins

HKEY_CURRENT_USER\Software\EmSoft\EmEditorPlugIns\(pszConfig) 或 eePlugins.ini\[(pszConfig)]

eeRegEmEditorUsers

HKEY_CURRENT_USER\Software\EmSoft\EmEditorUsers\(pszConfig) 或 eeUsers.ini\[(pszConfig)]

strConfig

用另一个字符串来指定键值当 eeRegConfig,eeRegEmEditorPlugin,或 eeRegEmEditorUsers 被选取。

strEntry

指定要检索的值的名称。

nData

指定要储存的数据。

版本

支持 EmEditor 8.00 或之后的版本。