Ole4D Methods

OCDoVerb(p_AreaVar;p_Verb)


Method OCDoVerb requests the ole object to do an action.

Parameters
Parameter Type   Description
p_AreaVar Longint -> Variable of the plug-in area.
p_Verb Longint -> Value associated to the verb to be performed


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
Plug-in area must contain an ole object when you call this method.

See Also
OCGetVerbs