Ole4D Methods

OCIsInPlaceDenied(p_AreaVar)


Tests if an Ole object is allowed to activate in place.
If the Ole object is not allowed to activate in place, it will not be displayed in it's own window.

Parameters
Parameter Type   Description
p_AreaVarp_AreaVar Longint -> Variable of the plug-in area.

Return Values
1 – In place activation is denied
0 – Allow in place activation for an object.
The operating system code of invalid parameter error - if the area sent as parameter does not exist.

Remarks
If the object is already created you might need to re-create it.