List of ScreenField methods: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
m (Automatically generated page update)
 
(4 intermediate revisions by 2 users not shown)
Line 9: Line 9:
<tr><td valign="top">[[Column (ScreenField property)|Column]]</td><td valign="top">Return the column number of a screenfield</td></tr>
<tr><td valign="top">[[Column (ScreenField property)|Column]]</td><td valign="top">Return the column number of a screenfield</td></tr>
<tr><td valign="top">[[DeepCopy (ScreenField function)|DeepCopy]]</td><td valign="top">Return a deep copy of a screenfield object</td></tr>
<tr><td valign="top">[[DeepCopy (ScreenField function)|DeepCopy]]</td><td valign="top">Return a deep copy of a screenfield object</td></tr>
<tr><td valign="top">[[DeepDiscard (ScreenField subroutine)|DeepDiscard]]</td><td valign="top">Do deep discard of a ScreenField object</td></tr>
<tr><td valign="top">[[Delete (ScreenField subroutine)|Delete]]</td><td valign="top">Delete screenfield</td></tr>
<tr><td valign="top">[[Delete (ScreenField subroutine)|Delete]]</td><td valign="top">Delete screenfield</td></tr>
<tr><td valign="top">[[Highlight (ScreenField property)|Highlight]]</td><td valign="top">Set or return the highlight attribute for screenfield</td></tr>
<tr><td valign="top">[[Highlight (ScreenField property)|Highlight]]</td><td valign="top">Set or return the highlight attribute for screenfield</td></tr>
Line 14: Line 15:
<tr><td valign="top">[[Itemid (ScreenField property)|Itemid]]</td><td valign="top">Set or return the item ID value for screenfield</td></tr>
<tr><td valign="top">[[Itemid (ScreenField property)|Itemid]]</td><td valign="top">Set or return the item ID value for screenfield</td></tr>
<tr><td valign="top">[[Modified (ScreenField property)|Modified]]</td><td valign="top">Set or return the modified attribute for screenfield</td></tr>
<tr><td valign="top">[[Modified (ScreenField property)|Modified]]</td><td valign="top">Set or return the modified attribute for screenfield</td></tr>
<tr><td valign="top">[[New (ScreenField constructor)|New]]</td><td valign="top">Create a new ScreenField object</td></tr>
<tr><td valign="top">[[Numeric (ScreenField property)|Numeric]]</td><td valign="top">Set or return the numeric attribute for screenfield</td></tr>
<tr><td valign="top">[[Numeric (ScreenField property)|Numeric]]</td><td valign="top">Set or return the numeric attribute for screenfield</td></tr>
<tr><td valign="top">[[Protected (ScreenField property)|Protected]]</td><td valign="top">Set or return the protected attribute for screenfield</td></tr>
<tr><td valign="top">[[Protected (ScreenField property)|Protected]]</td><td valign="top">Set or return the protected attribute for screenfield</td></tr>
Line 27: Line 27:
<table class="list"><tr>
<table class="list"><tr>
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[Screen class]]
<li>[[ScreenField class]]
<li>[[ScreenField class]]
</ul></td>
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<td valign="top"><ul style="margin-top:0px;">
<li>[[List of Screen methods]]
<li>[[List of Screen API methods]]
</ul></td>
<td valign="top"><ul style="margin-top:0px;">
<li>[[Screen methods syntax]]
<li>[[ScreenField methods syntax]]
<li>[[ScreenField methods syntax]]
</ul></td>
</ul></td>
</tr>
</tr>
</table>
</table>
[[Category:Lists of methods]]

Latest revision as of 20:33, 1 November 2011

The following are the available ScreenField class methods.

MethodDescription
ColorSet or return the FieldColor for a screenfield
ColumnReturn the column number of a screenfield
DeepCopyReturn a deep copy of a screenfield object
DeepDiscardDo deep discard of a ScreenField object
DeleteDelete screenfield
HighlightSet or return the highlight attribute for screenfield
InvisibleSet or return the invisible attribute for screenfield
ItemidSet or return the item ID value for screenfield
ModifiedSet or return the modified attribute for screenfield
NumericSet or return the numeric attribute for screenfield
ProtectedSet or return the protected attribute for screenfield
RowReturn the row number of a screenfield
ScreenReturn the screen object of method object
SetCursorSet or return the value of a screenfield
ValueSet or return the value of a screenfield
WidthReturn the width of a screenfield

See also