VULong Class: Construction Methods
VULong.VULong()
Declaration:
VULong( inName as String, inFlags as Integer = fNone, inMethod as String = "" )
Parameters:
- inName - The name of a field.
- inFlags - The field flags. Default is fNone.
- inMethod - The method formula. Default is empty.
Description:
Constructor of VULong Class.
You may need to use this method only if you use the Class Style of coding.
Example:
sub tblMyData name = "tblMyData" fldULong = new VULong( "fldULong", fIndexed ) end