List of ScreenField methods: Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
m (Automatically generated page update) |
||
(5 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
<!-- This page was automatically generated and will be automatically | <!-- This page was automatically generated and will be automatically | ||
replaced, so any manual edits will be lost. You've been warned. --> | replaced, so any manual edits will be lost. You've been warned. --> | ||
The following are the available [[ScreenField class]] methods. | The following are the available <var>[[ScreenField class|ScreenField]]</var> class methods. | ||
{{Template:Method list header|class=ScreenField}} | {{Template:Method list header|class=ScreenField}} | ||
<div class="showVisit"> | <div class="showVisit"> | ||
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 26: | 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.
Method | Description |
---|---|
Color | Set or return the FieldColor for a screenfield |
Column | Return the column number of a screenfield |
DeepCopy | Return a deep copy of a screenfield object |
DeepDiscard | Do deep discard of a ScreenField object |
Delete | Delete screenfield |
Highlight | Set or return the highlight attribute for screenfield |
Invisible | Set or return the invisible attribute for screenfield |
Itemid | Set or return the item ID value for screenfield |
Modified | Set or return the modified attribute for screenfield |
Numeric | Set or return the numeric attribute for screenfield |
Protected | Set or return the protected attribute for screenfield |
Row | Return the row number of a screenfield |
Screen | Return the screen object of method object |
SetCursor | Set or return the value of a screenfield |
Value | Set or return the value of a screenfield |
Width | Return the width of a screenfield |