AX_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 AX_GetAceIndexHandle(
uIndexFile AS Object,
uOrder AS Object
) AS IntPtr
public static IntPtr AX_GetAceIndexHandle(
Object uIndexFile,
Object uOrder
)
Request Example
View SourceParameters
- uIndexFile
- Type: Object
filename or NIL - uOrder
- Type: Object
order name, number, or NIL
Return Value
Type:
IntPtrAn Advantage Client Engine index order handle or 0 if no index was found.
See Also