Chapter Contents |
Previous |
Next |
Row/Column Data Vector Class: _getInherit |
Syntax | |
Details |
Syntax |
CALL SEND (data-vector-id, '_getInherit', inherit); |
Argument | Type | Description | |
---|---|---|---|
inherit |
C | returns the inherit status: | |
'Y' | the label class inherits its attributes from the label class rather than from the settings in the form editor attributes screens | ||
'N' | the label class uses the fonts, colors, and other attributes from the form editor attributes screens |
Details |
The _getInherit method is valid only if the viewer is a form editor.
The default inherit status is 'N'. If inherit is set to 'Y', the colors, fonts, and other attributes specified under the form editor attributes screens are ignored in favor of the attributes set in the specified label class.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.