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