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)
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">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">[[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">return the row number of a screenfield</td></tr>
<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">return the width of a screenfield</td></tr>
<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.

MethodDescription
ColorSet or return the FieldColor for a screenfield
ColumnReturn the column number of a screenfield
DeepCopyReturn a deep copy 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