Width (ScreenField property)

From m204wiki
Revision as of 20:33, 18 March 2011 by Tom (talk | contribs)
Jump to navigation Jump to search

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