The MWArg
class passes a generic argument
into a compiled class method. This class passes an argument for which
the data conversion flags are changed for that one argument. This
class has three properties/methods:
The Value
property stores the actual argument
to pass. Any type that can be passed to a compiled method is valid
for this property.
Stores a reference to an MWFlags
object.
This property sets or gets the array formatting and data conversion
flags for a particular argument. Each MWArg
object
has its own MWFlags
property. This property overrides
the value of any flags set on the object whose methods are called.
Creates a copy of an MWArg
object.
Argument | Type | Description |
---|---|---|
|
| Reference to an uninitialized |
None.
Clone allocates a new MWArg
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.