See the glossary entries for:
or the entire glossary.
Class of all Scalar Types (foundation class) Title of this Item
Type_Item Name of this Item
This category item is the class that contains all items representing possible "types" for the values of property objects that are constants (rather than other items). For example, in the connection "SallySinger sBirthdayIs 'March 10, 1977'", the object of the "sBirthdayIs" property is a date constant. The type for data constants is represented in the system by the item "Date_Value", which is one of the members of this class. All of the constant types that the system is capable of handling are represented by members of "Type_Item". (Note that, if the type of information you want to use as a constant object doesn't have a matching "Type_Item" member, you can use the generic "String_Value" type.) Description of this Item