CoreDb.Info 方法 (UInt32, Object) | |
Retrieve information about a work area.
命名空间:
XSharp
程序集:
XSharp.Core (在 XSharp.Core.dll 中) 版本:2.22 GA
语法 STATIC METHOD Info(
nOrdinal AS DWORD,
oValue AS Object
) AS LOGIC
public static bool Info(
uint nOrdinal,
Object oValue
)
查看代码参数
- nOrdinal
- 类型:UInt32
- oValue
- 类型:Object
If specified, this parameter is used to change the value of a setting. This parameter also receives the return value.
返回值
类型:
BooleanTRUE if successful; otherwise, FALSE.
参见