Specifies whether to align entry points of the procedures and functions at the double word boundary.
Code alignment speeds up execution.
{&AlignCode+} ═ All functions and procedures entry points are aligned at the double word (4-byte boundary.)
&AlignCode: Align Code Switch
&AlignData: Align Data Switch
Switches between byte- and word-alignment of variables and typed constants.
Data alignment speeds up execution.
Data alignment speeds up execution.
&AlignRec: Align Field Switch
Switches between byte- and word-alignment of record and object fields.
Field alignment speeds up execution.
Field alignment speeds up execution.