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 6 - Script Manager / Script Manager Reference
Routines / Checking and Setting the System Direction


GetSysDirection

The GetSysDirection function returns the current value of SysDirection, the global variable that determines the system direction (primary line direction).

FUNCTION GetSysDirection: Integer;
DESCRIPTION
There are two possible return values from GetSysDirection:

0 = left-to-right line direction

-1 = $FFFF = right-to-left line direction


Previous Book Contents Book Index Next

© Apple Computer, Inc.
6 JUL 1996