得到系统变量的值。
static BOOL Mx_GetSysVar(CString sVarName, Value);
返回系统变量的值。
例如: VB代码.
Dim ret As MxDrawResbuf Set ret = MxDrawX1.Call("Mx_GetSysVar", "DYNINPUT") If ret.AtString(0) = "Ok" Then MsgBox ret.AtLong(1) End If
MxDrawXCustomFunction 方法