$ObjGetProperty
$ObjGetProperty
Get the properties of an ActiveX object.
Syntax
$ObjGet[Property] (Object, PropertyName,<
Parameters
Object | an object variable or formfield of type OLE |
PropertyName | a string or an expression that evaluates to a string |
Parameters | optional parameters as per the object’s specifications |
Return Value
Returns a result that can be a string or an ActiveX object.
Comments
If a parameter’s name is “Picture” then the parameter should be named. For more information, see $ObjRunMethod function. Zim has extended object properties with left, top, width and height options (integers) and AutoDrag (boolean).
See Also