listview AlignLeftItem property
Return to Introduction  Previous page  Next page
Applies to
acListView and acDBListView components as subproperty of HeaderMenu structure.  

Declaration
property AlignLeftItem: TMenuItem;  

Description
The AlignLeftItem property points to the menu item, in the custom PopupMenu for header sections. When user clicks this menu item, the alignment of column will be automatically changed to taLeftAlignment.  
 
tip You don't need to handle the OnClick event for this menu item, all operations will be performed automatically.  

See also
PopupMenu, AlignRight and AlignCenter properties.