[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Menus' (#lcl)

TPopupAlignment

TPopupAlignment - enumerated type to describe the position of popup menu relative to the popup coordinate

Declaration

Source position: menus.pp line 385

type TPopupAlignment = (

  paLeft,

  paRight,

  paCenter

);

Description

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
The latest version of this document can be found at lazarus-ccr.sourceforge.net.