Ole4D Methods

OCDeactivate(p_AreaVar)



Deactivates the object contained in the plug-in area given as parameter.This method puts the object in the inactive state.
In inactive state the Ole object cannot receive user input.

Parameters
Parameter Type   Description
p_AreaVar Integer -> Variable of the plug-in area.


Return Values
0 – The method call was successful.
If the method call was not successful the return value is non zero. For more information call OCLastError.

Remarks
The area does must contain an Ole object.

See Also
OCActivate