[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
An enumerated type to describe the position of pop-up menu relative to the pop-up coordinates.
Source position: menus.pp line 449
type TPopupAlignment = ( |
paLeft, |
paRight, |
paCenter |
); |