Functions.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 GetAceIndexHandle() AS IntPtr
public static IntPtr GetAceIndexHandle()
查看代码返回值
类型:
IntPtrAn Advantage Client Engine index order handle or 0 if no index was found.
参见