Important: The information in this document is obsolete and should not be used for new development.
Checking and Setting the System Direction
TheGetSysDirection
routine returns the value ofSysDirection
, the global variable that represents the system direction. A value of 0 forSysDirection
means that the primary line direction is left-to-right; a value of -1 means that the primary line direction is right-to-left. The value ofSysDirection
is initialized from the system's international configuration resource, and may be controlled by the user. Your application can use theSetSysDirection
procedure to changeSysDirection
while drawing, but should restore it when appropriate (such as when your application becomes inactive).
Subtopics
- GetSysDirection
- SetSysDirection