Width (ScreenField property)

From m204wiki
Revision as of 19:46, 28 January 2011 by Tom (talk | contribs) (→‎Width property)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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

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