Previous: 3.2. Switch and Parameter Directives To the Table of Contents Next: 3.2.2. $AC: Ada-Style Comments Switch
3.2. Switch and Parameter Directives Table of Contents 3.2.2. $AC: Ada-Style Comments Switch

- 3.2.1. -
Table of Contents
3. Compiler Directives
3.2. Switch and Parameter Directives
3.2.1. $A: Data Align Switch


3.2.1. $A: Data Align Switch


Targets: MS-DOS, OS/2, Win32


Compiler directives

Switches on/off word-alignment of variables and typed constants

Syntax:
  {$A+} or {$A-}
Default:
  {$A+}
Remarks:
The data align switch has no affect on structures and objects alignment. Use $OA compiler directive to switch on/off structures and objects alignment.


Previous: 3.2. Switch and Parameter Directives To the Table of Contents Next: 3.2.2. $AC: Ada-Style Comments Switch
3.2. Switch and Parameter Directives Table of Contents 3.2.2. $AC: Ada-Style Comments Switch

- 3.2.1. -