List of ScreenField methods: Difference between revisions
Jump to navigation
Jump to search
m Automatically generated page update |
m Automatically generated page update |
||
| 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 [[ScreenField class]] methods. | ||
{{Template:Method list header|class=ScreenField}} | {{Template:Method list header|class=ScreenField}} | ||
<div class="showVisit"> | |||
<table class="wikitable"> | <table class="wikitable"> | ||
<tr><th>Method</th><th>Description</th></tr> | <tr><th>Method</th><th>Description</th></tr> | ||
<tr><td valign="top">[[Color (ScreenField property)|Color]]</td><td valign="top">Set or return the FieldColor for a screenfield</td></tr> | <tr><td valign="top">[[Color (ScreenField property)|Color]]</td><td valign="top">Set or return the FieldColor for a screenfield</td></tr> | ||
<tr><td valign="top">[[Column (ScreenField property)|Column]]</td><td valign="top"> | <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">[[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> | ||
| Line 15: | Line 16: | ||
<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> | ||
<tr><td valign="top">[[Row (ScreenField property)|Row]]</td><td valign="top"> | <tr><td valign="top">[[Row (ScreenField property)|Row]]</td><td valign="top">Return the row number of a screenfield</td></tr> | ||
<tr><td valign="top">[[Screen (ScreenField function)|Screen]]</td><td valign="top">Return the screen object of method object</td></tr> | <tr><td valign="top">[[Screen (ScreenField function)|Screen]]</td><td valign="top">Return the screen object of method object</td></tr> | ||
<tr><td valign="top">[[SetCursor (ScreenField subroutine)|SetCursor]]</td><td valign="top">Set or return the value of a screenfield</td></tr> | <tr><td valign="top">[[SetCursor (ScreenField subroutine)|SetCursor]]</td><td valign="top">Set or return the value of a screenfield</td></tr> | ||
<tr><td valign="top">[[Value (ScreenField property)|Value]]</td><td valign="top">Set or return the value of a screenfield</td></tr> | <tr><td valign="top">[[Value (ScreenField property)|Value]]</td><td valign="top">Set or return the value of a screenfield</td></tr> | ||
<tr><td valign="top">[[Width (ScreenField property)|Width]]</td><td valign="top"> | <tr><td valign="top">[[Width (ScreenField property)|Width]]</td><td valign="top">Return the width of a screenfield</td></tr> | ||
</table> | </table> | ||
</div> | |||
==See also== | ==See also== | ||
<table class="list"><tr> | <table class="list"><tr> | ||
Revision as of 15:52, 16 February 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 |
| 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 |