Chapter Contents |
Previous |
Next |
SAS/AF Software: Class Dictionary |
The information passed by the Attribute Changed Event component provides an object container for use in attribute linking. The information is stored in the following attributes of the Attribute Changed Event component:
sashelp.classes.type.class
, which contains the following attributes:
type | represents the type of the attribute value (Character,
Numeric, List, Object). Based on the value of type ,
you can query the appropriate "value" attribute. |
characterValue | stores the character value if type is "Character". |
listValue | stores the SCL list if type
is "List". |
numericValue | stores the numeric value if type
is "Numeric". |
objectValue | stores the object identifier if type is "Object". |
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.