Important: The information in this document is obsolete and should not be used for new development.
Scrap Type Specifications
You use theScrapTypeSpec
data structure to describe a specific scrap format.
TYPE ScrapTypeSpec = RECORD format: ScrapType; hint: LongInt; END;
Field Description
format
- The type of the specified scrap.
hint
- A 4-byte value reserved for use by your translation extension.