User`s guide

Utility Library Classes
D-23
Property Value As Variant
Stores the fields value (read/write). The Value property is the default property
of the
MWField class. The value of a field can be any type that is coercible to a
Variant, as well as object types.
Property MWFlags As MWFlags
Stores a reference to an MWFlags object. This property sets or gets the array
formatting and data conversion flags for a particular field. Each field in a
structure has its own
MWFlags property. This property overrides the value of
any flags set on the object whose methods are called.
Sub Clone(ppField As MWField)
Creates a copy of an MWField object.
Parameters.
Return Value.
None.
Remarks. Clone allocates a new MWField object and creates a deep copy of the
object's contents. Call this function when a separate object is required instead
of a shared copy of an existing object reference.
Class MWComplex
The MWComplex class passes or receives a complex numeric array into or from a
compiled class method. This class contains four properties/methods:
Property Real As Variant on page D-24
Property Imag As Variant on page D-24
Property MWFlags As MWFlags on page D-25
Sub Clone(ppComplex As MWComplex) on page D-25
Argument Type Description
ppField MWField
Reference to an uninitialized
MWField object to receive the
copy.