Chapter Contents |
Previous |
Next |
Widget Class: _column |
Syntax | |
Details |
Syntax |
objectName._column( column ); |
Argument | Type | Use | Description |
---|---|---|---|
column | Numeric | Output | returns the left-most column occupied by the widget |
Details |
Example
_column determines the column in which button1 starts and stores the value in the variable col:
button1._column('col');
Chapter Contents |
Previous |
Next |
Top of Page |
Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.