Width (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (1 revision)
Line 5: Line 5:
{{Template:ScreenField:Width syntax}}
{{Template:ScreenField:Width syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<table class="syntaxTable">
<dt>%num
<tr><th>%num</th>
<dd>A User Language numeric variable to contain the returned field width.
<td>A User Language numeric variable to contain the returned field width. </td></tr>
<dt>%sfield
<tr><th>%sfield</th>
<dd>A reference to an instance of a ScreenField object.
<td>A reference to an instance of a ScreenField object.</td></tr>
</dl>
</table>
==See also==
==See also==
{{Template:ScreenField:Width footer}}
{{Template:ScreenField:Width footer}}

Revision as of 20:33, 18 March 2011

Return the width of a screenfield (ScreenField class)


This read-only property returns the width of a screenfield. A Screenfield width is set by the AddField method.

Syntax

%number = sfield:Width

Syntax terms

%num A User Language numeric variable to contain the returned field width.
%sfield A reference to an instance of a ScreenField object.

See also