Chapter Contents |
Previous |
Next |
Widget Class: _getType |
Syntax | |
Details |
Syntax |
objectName._getType( type ); |
Argument | Type | Use | Description |
---|---|---|---|
type | Character | Output | returns the type of object: CHAR, NUM or EMBEDDED |
Details |
Based on the value returned by _getType, you can use either _getText or _getValue to get the value of an object. Objects whose values are list identifiers are numeric.
The text entry object has an optional parameter for the specific type of text entry. For example, a numeric text entry object can be of type Num, Fixed, Short, and so on.
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.