Click or drag to resize

FoxArray Constructor (DWord, DWord)

X#
Initializes a new instance of the FoxArray class

Namespace:  XSharp
Assembly:  XSharp.VFP (in XSharp.VFP.dll) Version: 2.19
Syntax
 CONSTRUCTOR(
	nRows AS DWORD,
	nCols AS DWORD
)
Request Example View Source

Parameters

nRows
Type: DWord
nCols
Type: DWord
See Also