Vcl.ComCtrls.TListGroup.FooterAlign
Delphi
property FooterAlign: TAlignment read FFooterAlign write SetFooterAlign;
C++
__property System::Classes::TAlignment FooterAlign = {read=FFooterAlign, write=SetFooterAlign, nodefault};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListGroup |
Description
Alignment of list view group footer.
FooterAlign is the alignment of the Footer of a list view group. It is one of the TAlignment values.
See Also
Code Examples