Chapter Contents |
Previous |
Next |
_GET_PROPERTY_ |
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); |
Where... | Is type... | And... |
---|---|---|
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.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.