![]() |
Other Descriptor Type Constants |
Header: AEDataModel.h |
Specify types for boolean and character descriptor records.
enum { typeBoolean = 'bool', typeChar = 'TEXT' };
Boolean valuesingle byte with value 0 or 1.
Unterminated string of system script characters.
The constants described here specify the data type for a descriptor record and show the kind of data stored in a descriptor with that type.
Descriptor records are the building blocks used by the Apple Event Manager to construct Apple event attributes and parameters. A descriptor record is a data structure of type AEDesc, which consists of data storage and a descriptor type that identifies the type of the data. A descriptor type is defined by the data type DescType.
AppleScript defines descriptor type constants for a wide variety of common data types. For additional types, see
© 2000 Apple Computer, Inc. (Last Updated 6/30/2000)