PickBASIC / FlashBASIC
%CoPropertyGet interface
.mdCall a Property Get.
Syntax
retcode = %CoPropertyGet (Param1, Param2, Param3)Parameter(s)
| Param1 [in] | Dispatch object containing the IDispatch this call is associated with. |
| Param2 [in] | String - The get property name. |
| Param3 [out] | String buffer for the returned value of the property. |
Returns
A Boolean (Success or Fail)
Error Handling
Call CoGetException to get an error description.