An enumerated type to describe the position of pop-up menu relative to the pop-up coordinates.
Source position: menus.pp line 462
type TPopupAlignment = (
paLeft,
paRight,
paCenter
);