Vcl.ComCtrls.TListGroup.Footer
Delphi
property Footer: string read FFooter write SetFooter;
C++
__property System::UnicodeString Footer = {read=FFooter, write=SetFooter};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | Vcl.ComCtrls.pas Vcl.ComCtrls.hpp |
Vcl.ComCtrls | TListGroup |
Description
Footer text.
Footer is the list view group's footer text. Its alignment is determined by the FooterAlign property.
See Also
Code Examples