Click or drag to resize

GetAceIndexHandle Function

X#
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
Request Example View Source

Return Value

Type: IntPtr
An Advantage Client Engine index order handle or 0 if no index was found.
See Also