Function GetNew() Foundation
Generates an object of the Get class. This function is deprecated.
GetNew( [<nRow>], ;
[<nCol>], ;
[<bVarBlock>], ;
[<cVarName>] , ;
[<cPicture>] , ;
[<cColor>] ) --> oGet
The return value of GetNew() is a new Get object.
GetNew() is a compatibility function, which should no longer be used since Xbase++ makes a complete object model available. Instead of the function call GetNew(), the message :new() should be sent to the class object of the Get class. The same arguments are passed to the method :new() and the function GetNew().
More information can be found under the class Get. For more information on display formatting using <cPicture>, see the description of the command @...GET.
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.