Legacy Documentclose button

Important: The information in this document is obsolete and should not be used for new development.

Previous Book Contents Book Index Next

Inside Macintosh: Text /
Chapter 2 - TextEdit / TextEdit Reference
Routines / Managing the TextEdit Private Scrap


TESetScrapLength

The TESetScrapLength procedure sets the size of the TextEdit private scrap
to the specified number of bytes.

PROCEDURE TESetScrapLength (length: LongInt); 
length
The size of the private scrap in bytes.
ASSEMBLY-LANGUAGE INFORMATION
You can set the global variable TEScrpLength to the size of the private scrap.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996