|
|
|
| acListView and acDBListView components.
|
| type
|
| TLVColumnClickEvent = procedure(Sender: TObject; Column: TListColumn) of object;
|
|
|
| property OnAlignmentChanged: TLVColumnClickEvent;
|
| The OnAlignmentChanged event occurs when user changes the text alignment for some certain column, clicking the menu item specified in AlignLeftItemClick, AlignRightItemClick or AlignCenterItemClick properties of HeaderMenu structure.
|
|
|
| The Column parameter determines the column, which alignment has been changed.
|
| HeaderMenu property.
|