Click or drag to resize

AX_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 AX_GetAceIndexHandle(
	uIndexFile AS Object,
	uOrder AS Object
) AS IntPtr
Request Example View Source

Parameters

uIndexFile
Type: Object
filename or NIL
uOrder
Type: Object
order name, number, or NIL

Return Value

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