文章分类 - 软件手册
摘要:1 IniFile >> SetFile 切换ini文件 原型: void SetFile(string strFile); 1.1 参数 strFile [in] string类型,ini文件全路径 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。
阅读全文
摘要:1 IniFile >> Put 保存配置到ini文件 原型: void Put(string strSection, string strKey, string strValue); 1.1 参数 strSection [in] string类型,节名 strKey [in] string类型,参
阅读全文
摘要:1 IniFile >> Get 读取Ini文件指定配置项 原型: string Get(string strSection, string strKey); 1.1 参数 strSection [in] string类型,节名 strKey [in] string类型,参数名 1.2 返回值 st
阅读全文
摘要:1 Project >> FileCount 工程文件个数(目前无法使用) 原型: int FileCount;//get 1.1 返回值 FileCount:返回int类型变量 1.2 使用样例 var prj = App.Project; PrintLine("工程:" + prj + ", 文
阅读全文
摘要:1 Project >> GetFile 获取指定序号的工程文件 原型: string GetFile(int idx); 1.1 参数 idx [in] int类型,序号 1.2 返回值 string:文件名 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 注:目
阅读全文
摘要:1 HtmlDialog >> SetTitle 设置HTML对话框标题 原型: void SetTitle(string title); 1.1 参数 title [in] string类型,标题 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1
阅读全文
摘要:1 StringTable >> RemoveAt 删除指定索引的记录 原型: void RemoveAt(int idx); 1.1 参数 idx [in] int类型,索引 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5 使
阅读全文
摘要:1 StringTable >> GetValueAt 获取指定索引的记录值 原型: string GetValueAt(int idx); 1.1 参数 idx [in] int类型,索引 1.2 返回值 string:记录值 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1
阅读全文
摘要:1 StringTable >> GetKeyAt 获取指定索引的键名 原型: string GetKeyAt(int idx); 1.1 参数 idx [in] int类型,索引 1.2 返回值 string:键名 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注
阅读全文
摘要:1 StringTable >> GetCount 获取记录数 原型: int GetCount(); 1.1 参数 ***[in] *** 无 1.2 返回值 int:记录数 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5 使用样例 var tbl = A
阅读全文
摘要:1 StringTable >> FindFirstItem 获取第1条匹配记录 原型: string FindFirstItem(string key, bool case); 1.1 参数 key [in] string类型,待查找的键名 case [in] bool类型,是否大小写敏感 1.2
阅读全文
摘要:1 StringTable >> Clear 清除字符串表 原型: void Clear(); 1.1 参数 ***[in] *** 无 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5 使用样例 var tbl = App.Cr
阅读全文
摘要:1 StringTable >> AddItem 添加字符表键值对 原型: void AddItem(string key, string value); 1.1 参数 key [in] string类型,键名 value [in] string类型,值 1.2 返回值 void:无 1.3 版本
阅读全文
摘要:1 PersistentStringTable >> RemoveAt 删除持久化存储表记录 原型: void RemoveAt(int id); 1.1 参数 id [in] int类型,记录索引 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1
阅读全文
摘要:1 PersistentStringTable >> GetCount 获取持久化存储表的记录数 原型: int GetCount(); 1.1 参数 ***[in] *** 无 1.2 返回值 int:记录数 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5
阅读全文
摘要:1 PersistentStringTable >> FindItems 获取所有匹配的持久化记录 原型: StringTable FindItems(string key, int limit, int sort, bool case); 1.1 参数 key [in] string类型,查找记录
阅读全文
摘要:1 PersistentStringTable >> FindItemId 查找持久化记录 原型: int FindItemId(string key, bool case); 1.1 参数 key [in] string类型,记录名 case [in] bool类型,大小写敏感 1.2 返回值 i
阅读全文
摘要:1 PersistentStringTable >> FindFirstItem 查找持久化记录 原型: StringTable FindFirstItem(string key, bool case); 1.1 参数 key [in] string类型,记录名 case [in] bool类型,大
阅读全文
摘要:1 PersistentStringTable >> EndAdd 结束持久化存储表更新 原型: void EndAdd(); 1.1 参数 ***[in] *** 无 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 修改持久化存储表必
阅读全文
摘要:1 PersistentStringTable >> Clear 清除持久化存储表 原型: void Clear(); 1.1 参数 ***[in] *** 无 1.2 返回值 void:无 1.3 版本 EverEdit 4.5.0(4500)及之后版本。 1.4 备注 1.5 使用样例 var
阅读全文