Width (ScreenField property)

From m204wiki
Revision as of 20:10, 20 November 2012 by JAL (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Return the width of a screenfield (ScreenField class)

The Width readOnly property returns the width of a Screenfield. A Screenfield width is set by the AddField method.

Syntax

%number = sfield:Width

Syntax terms

%number A User Language numeric variable to receive the returned field width.
sfield A reference to an instance of a Screenfield object.

See also