Width (ScreenField property)

From m204wiki
Revision as of 04:42, 1 July 2011 by Goff (talk | contribs) (match syntax table to syntax template; edits, tags and links)
Jump to navigation Jump to search

Return the width of a screenfield (ScreenField class)

The Width 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 receive the returned field width.
sfield A reference to an instance of a Screenfield object.

See also