User`s guide

C Utility Library
Parameters.
Argument Type Description
ppFlags MWFlags
Referencetoan
uninitialized
MWFlags
object that receives the
copy
Return Value. None
Remarks. Clone allocates a new
MWFlags object and creates a d eep copy of
the object’s contents. Call this function when a separate object is required
instead of a shared copy of an existing o bject refere nce.
Class MWStruct
The MWStruct classpassesorreceivesaStruct type to or from a compiled
class method. This class contains these pro perties /methods:
“Sub Initialize([varDims], [varFieldNames])” on page C -16
“Property Item([i0], [i1], ..., [i31]) As MWField” on page C-18
“Property N umberOfFields As Long” on page C-21
“Property NumberOfD ims As Long” on page C-21
“Property Dims As Variant” on page C-21
“Property Field Names As Varia nt” on page C -21
“Sub Clone(ppStruct As MWStruct)” on page C-22
Sub Initialize([varDims], [varFieldNames])
Allocates a structure array with a specified number and size of dimensions
and a specified list of field nam e s.
C-16