![]() Chapter Contents |
![]() Previous |
![]() Next |
| OLE Automation Class: _setProperty |
| Syntax | |
| Details | |
| Example |
Syntax |
| CALL SEND (OLE-object, '_setProperty', in-OLE-property, in-value); |
| Argument | Type | Description |
|---|---|---|
| in-OLE-property |
C | specifies the OLE property name |
| in-value |
C | N | specifies the value to assign to the OLE property |
| Details |
_setProperty assigns a value to a property of an OLE automation server.
| Example |
The following example sets the value of the Visible property for an OLE automation object:
call send(oleobj, '_setProperty',
'Visible', 'True');
![]() Chapter Contents |
![]() Previous |
![]() Next |
![]() Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.