Width (ScreenField property): Difference between revisions
Jump to navigation
Jump to search
m (→Width property) |
mNo edit summary |
||
Line 1: | Line 1: | ||
This read-only property returns the width of a screenfield. A Screenfield width is set by the [[Screen class#AddField function|AddField method]]. | This read-only property returns the width of a screenfield. A Screenfield width is set by the [[Screen class#AddField function|AddField method]]. | ||
==Syntax== | |||
===Syntax terms=== | |||
<dl> | |||
<dt>%num | |||
<dd>A User Language numeric variable to contain the returned field width. | |||
<dt>%sfield | |||
<dd>A reference to an instance of a ScreenField object. | |||
</dl> | |||
Revision as of 20:33, 18 March 2011
This read-only property returns the width of a screenfield. A Screenfield width is set by the AddField method.
Syntax
Syntax terms
- %num
- A User Language numeric variable to contain the returned field width.
- %sfield
- A reference to an instance of a ScreenField object.