DAStatic Functions Relevant to DATuple Objects



DATuple

Constructs the DATuple object.

lib.DATuple(
  behaviors
  )

Parameters
behaviors
The behaviors to be included in the DATuple object.
Return Values

Returns the DATuple object.


UninitializedTuple

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( )

Return Values

Returns the DATuple object.

© 1997 Microsoft Corporation. All rights reserved. Terms of Use.