Constructs the DATuple object.
lib.DATuple(
behaviors
)
Returns the DATuple object.
Makes it possible to obtain the signature of a DATuple object before it has been defined. With this function, a DATuple object can be created and used in the definition of other DABehaviors while its contents are defined at some later point. (This definition is accomplished with the Init function, which is available on all classes that inherit from DABehavior.) Because a DATuple can have members of different types, the signature must be exactly as the object will be used.
lib.UninitializedTuple( )
Returns the DATuple object.
© 1997 Microsoft Corporation. All rights reserved. Terms of Use.