Method VCrt():configure() Foundation

Reconfigures the VCrt object after :create() has been executed.

Syntax
VCrt():configure( [<nRow>], [<nCol>], ;
                  [<nRowCount>], [<nColCount>], [<cColor>] ) --> oVCrt
Parameters
<...>
The parameter list for :configure() is identical to the parameter list of the method :create() and :new() (see the :new()method for descriptions of these parameters).
Return

This method returns the object executing the method.

Description

The method :configure() reconfigures a VCrt object. It has the same parameter list as :new() (see there).

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.