DATuple Constructs the DATuple object. UninitializedTuple Makes it possible to obtain the signature of a DATuple object before it has been defined.
Constructs the DATuple object.
Syntax
lib.DATuple( behaviors )
Parameters
- behaviors
- Behaviors to be included in the DATuple object.
Return Value
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.
Syntax
lib.UninitializedTuple()
Return Value
Returns the DATuple object.
Top of Page
© 2000 Microsoft and/or its suppliers. All rights reserved. Terms of Use.