Functions.AX_GetAceIndexHandle 方法 | |
Returns the Advantage Client Engine index handle that corresponds with the specified index in the current work area.
The handle can be used to call any Advantage Client Engine API directly.
命名空间:
XSharp.RDD
程序集:
XSharp.Rdd (在 XSharp.Rdd.dll 中) 版本:2.22 GA
语法 FUNCTION AX_GetAceIndexHandle(
uIndexFile AS Object,
uOrder AS Object
) AS IntPtr
public static IntPtr AX_GetAceIndexHandle(
Object uIndexFile,
Object uOrder
)
查看代码参数
- uIndexFile
- 类型:Object
filename or NIL - uOrder
- 类型:Object
order name, number, or NIL
返回值
类型:
IntPtrAn Advantage Client Engine index order handle or 0 if no index was found.
参见