Previous Page | Next Page

SCL Methods for Automating OLE Objects under Windows

_GET_PROPERTY_



Returns the value of a property of an automation object.
Syntax
Details

Syntax

CALL NOTIFY(OLE-object-name,'_GET_PROPERTY_',in-OLE-property,out-property-value);
CALL SEND(OLE-object-id,'_GET_PROPERTY_',in-OLE-property,out-property-value);

Argument Character (C) or Numeric (N) Description
in-OLE-property
C specifies the name of the OLE property.
out-property-value
C or N contains the returned value of the property.


Details

The _GET_PROPERTY_ method is used to get the value of a property of an automation object.

Previous Page | Next Page | Top of Page