Column (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
m (unvar) |
m (unvar) |
||
Line 9: | Line 9: | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%num</th> | <tr><th>%num</th> | ||
<td>A User Language numeric variable to contain the number of the field's first column.</td></tr> | <td>A <var class="product">User Language</var> numeric variable to contain the number of the field's first column.</td></tr> | ||
<tr><th>sfield</th> | <tr><th>sfield</th> | ||
<td>A reference to an instance of a <var>ScreenField</var> object.</td></tr> | <td>A reference to an instance of a <var>ScreenField</var> object.</td></tr> |
Revision as of 18:31, 19 March 2012
Return the column number of a screenfield (ScreenField class)
The Column read-only property returns the number of the first column of a screenfield.
The first column, in any field, is reserved for an attribute byte and does not contain displayable data (it appears on a screen as a blank). The field's value (display data) begins by default in the column immediately following the reserved column.
Syntax
%number = sfield:Column
Syntax terms
%num | A User Language numeric variable to contain the number of the field's first column. |
---|---|
sfield | A reference to an instance of a ScreenField object. |