SCL Methods for Automating OLE Objects under Windows |
Returns the value of a property of an automation object.
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. |
The _GET_PROPERTY_ method is used to get
the value of a property of an automation object.
Copyright © 2010 by SAS Institute Inc., Cary, NC, USA. All rights reserved.