Width (ScreenField property): Difference between revisions

From m204wiki
Jump to navigation Jump to search
Goff (talk | contribs)
m match syntax table to syntax template; edits, tags and links
JALWiccan (talk | contribs)
m 1 revision
(No difference)

Revision as of 18:31, 19 March 2012

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