[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
TPopupAlignment - enumerated type to describe the position of popup menu relative to the popup coordinate
Source position: menus.pp line 385
type TPopupAlignment = ( |
paLeft, |
paRight, |
paCenter |
); |
paLeft - position popup menu so it left corner is at the popup coordinate paRight - position popup menu menu so it right corner is at the popup corrdinate paCenter - center popup menu around popup corrdinate
lazarus-ccr.sourceforge.net |