GetAceIndexHandle Function | |
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.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION GetAceIndexHandle() AS IntPtr
public static IntPtr GetAceIndexHandle()
Request Example
View SourceReturn Value
Type:
IntPtrAn Advantage Client Engine index order handle or 0 if no index was found.
See Also