Method VCrt():new() Foundation

Creates an instance of the VCrt class.

Syntax
VCrt():new( [<nRow>], [<nCol>], ;
            [<nRowCount>], [<nColCount>], [<cColor>] ) --> oVCrt
Parameters
<nRow>
<nRow> is an integer numeric value specifying the upper screen row for the display of the VCrt object. The default value is 0. The origin of the coordinates is defined by the current window.
<nCol>
<nCol> is an integer numeric value specifying the left screen column for the display of the VCrt object. The default value is 0.
<nRowCount>
<nRowCount> indicates the number of screen rows (height) a VCrt object should display. The default value is 0.
<nColCount>
<nColCount> indicates the number of screen columns (width) a VCrt object should display. The default value is 0.
<cColor>
The optional argument <cColor> defines the color used to display the VCrt object. If this argument is missing, the object uses the current system colors defined with SetColor().
Return

The class method :new() returns a VCrt object.

Feedback

If you see anything in the documentation that is not correct, does not match your experience with the particular feature or requires further clarification, please use this form to report a documentation issue.