FoxArray Constructor (DWord, DWord) | |
Initializes a new instance of the
FoxArray class
Namespace:
XSharp
Assembly:
XSharp.VFP (in XSharp.VFP.dll) Version: 2.21
Syntax CONSTRUCTOR(
nRows AS DWORD,
nCols AS DWORD
)
public FoxArray(
uint nRows,
uint nCols
)
Request Example
View SourceParameters
- nRows
- Type: DWord
- nCols
- Type: DWord
See Also