[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Array of names for the TAlign elements.
Source position: controls.pp line 2328
const AlignNames: array [TAlign] of String = ('alNone', 'alTop', 'alBottom', 'alLeft', 'alRight', 'alClient', 'alCustom'); |
Remark: | The names include the "al;" prefix, e.g. alNone. |