Width (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
mNo edit summary
Line 1: Line 1:
{{Template:ScreenField:Width subtitle}}
This read-only property returns the width of a screenfield. A Screenfield width is set by the [[Screen class#AddField function|AddField method]].
This read-only property returns the width of a screenfield. A Screenfield width is set by the [[Screen class#AddField function|AddField method]].
==Syntax==
==Syntax==
{{Template:ScreenField:Width syntax}}
===Syntax terms===
===Syntax terms===
<dl>
<dl>
Line 8: Line 11:
<dd>A reference to an instance of a ScreenField object.
<dd>A reference to an instance of a ScreenField object.
</dl>
</dl>
==See also==
{{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