InfoString
InfoString
函数返回 mql5 程序环境相应属性的值。属性必须是字符串类型。
string TerminalInfoString(
int property_id // 属性标识符
);参数
- property_id
[输入] 属性标识符。其值或许为 ENUM_TERMINAL_INFO_STRING枚举之一。
返回值
字符串型的值。
注释
为获取属性值, 使用 TerminalInfoString() 函数。
函数返回 mql5 程序环境相应属性的值。属性必须是字符串类型。
string TerminalInfoString(
int property_id // 属性标识符
);[输入] 属性标识符。其值或许为 ENUM_TERMINAL_INFO_STRING枚举之一。
字符串型的值。
为获取属性值, 使用 TerminalInfoString() 函数。