User`s guide
C Utility Library
End Sub
Class MWField
The MWField class holds a single field reference in an MWStruct object. This
class is noncreatable and contains these properties/methods:
• “Property Name As String” on page C-24
• “Property Value As Variant” on page C-24
• “Property M WFlags As MWFlags” on page C-24
• “Sub Clone(ppField As MWField)” on page C -24
Property Name As String
The name of the field (read only).
Property Value As Variant
Stores the field’s value (read/write). The Value property is the default
property of the
MWField class. Thevalueofafieldcanbeanytypethatis
coercible to a
Variant, as well as object types.
PropertyMWFlagsAsMWFlags
Stores a reference to an MWFlags object. T his property sets or gets the array
formatting and data conversion flags for a pa rticular field. Each field in a
structure h as 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.
C-24