AX_GetAceTableHandle Function | |
Returns the table handle for the current workarea. This handle can be used to call the Advantage Client Engine directly.
Namespace:
XSharp.RDD
Assembly:
XSharp.Rdd (in XSharp.Rdd.dll) Version: 2.19
Syntax FUNCTION AX_GetAceTableHandle() AS IntPtr
public static IntPtr AX_GetAceTableHandle()
Request Example
View SourceReturn Value
Type:
IntPtrReturns a 0 if there is a problem.
See Also