#pragma alignment

From RAD Studio
Jump to: navigation, search

Go Up to Pragma Directives Overview Index

Syntax (See Pseudo-grammar)

#pragma alignment

Description

This pragma prints out the current byte alignment and enum size.

For instance, the pragma

#pragma alignment

might print out this:

The alignment is 4 bytes, the enum size is 4 bytes