These directives are the same as the $PACKRECORDS directive (see section 1.2.62, page 167), but they have the alignment specifier embedded in the directive. Thus the following:
{$A8 }
is equivalent to
{$PACKRECORDS 8}
Note that the special cases of $PACKRECORDS cannot be expressed this way.