JavaScript Editor js editor     Web development 



Main Page

Returns a Visual FoxPro COM object reference for an IDispatch pointer.

SYS(3096, nPointer)

Parameters

nPointer


Represents a pointer to a COM object such as _VFP or Excel.Application.

Return Value

Object reference. SYS(3096) returns a Visual FoxPro COM object reference.

Remarks

This pointer is provided so experienced developers who need to determine an object reference for use in API routines. The refcount for the COM object is NOT changed.

See Also



JavaScript Editor js editor     Web development