Object Routines
These API routines allow you to manipulate Visual FoxPro objects and controls.
_FreeObject( )
Releases an object from the Visual FoxPro API data pool.
_GetObjectProperty( )
Returns a property value for an object.
_ObjectCmp( )
Compares the properties of two objects and returns 0 if their properties and property values are identical.
_ObjectReference( )
Increments the reference count of an object.
_ObjectRelease( )
Decrements the reference count of an object.
_SetObjectProperty( )
Sets a property for an object.
_WGetObjectClientWindow( )
Returns the handle of the client window in which the specified object is contained.
_WGetObjectWindow( )
Returns the handle of the frame window in which the specified object is contained.