PickBASIC / FlashBASIC
%CoPropertyPut interface
.mdCall a Property Put.
Syntax
retcode = %CoPropertyPut (Param1, Param2, Param3, Param4, … )Parameter(s)
| Param1 [in] | Dispatch object containing the IDispatch this call is associated with. |
| Param2 [in] | String - The put property name. |
| Param3 [in] | Format string specifying the data types of arguments (0 if no arguments). |
| Param4 [in] | Argument #1. |
Returns
A Boolean (Success or Fail)
Error Handling
Call CoGetException to get an error description.