C Structure class > Instance variables |
Byte alignment of structure members
Note: | READONLY | Data type: | N | Default: | NIL |
The instance variable :nAlign contains a numeric value used for the byte alignment of the internal binary buffer of a structure object. This value is identical with the value set with pragma pack() before typedef struct is declared.
http://www.xHarbour.com