ScreenField methods syntax: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
(No difference)

Revision as of 19:02, 28 January 2011

The syntax for each of the ScreenField class methods is shown below.

Square brackets indicate optional elements of the method invocation. See also the notation conventions for methods and the List of ScreenField methods.

%fieldColor= sfield:Color

%num= sfield:Column

%sfield= sfield:DeepCopy

sfield:Delete

%highlight= sfield:Highlight

%boolean= sfield:Invisible

%num= sfield:Itemid

%boolean= sfield:Modified

%boolean= sfield:Numeric

%boolean= sfield:Protected

%num= sfield:Row

%outsfield= sfield:Screen

sfield:SetCursor[( [position])]

%string= sfield:Value

%num= sfield:Width