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 <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 14: | Line 14: | ||
<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> | ||
Revision as of 11:16, 1 July 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 |
| New | Create a new ScreenField object |
| 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 |