Chapter Contents |
Previous |
Next |
GET_DATA Data Vector: _getFont |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getFont', font); |
Argument | Type | Description |
---|---|---|
font |
N | specifies the identifier of an SCL list to contain the font information. |
Details |
The _getFont method is valid if the viewer is a form editor or a table editor. You should not directly modify the list returned by the _getFont method, but you can send the list to other objects that take font lists. Changing items in this list and then sending the changed list to the _setFont method can produce unreliable results.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.