Vcl.ComCtrls.TListGroup.Footer

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

property Footer: string read FFooter write SetFooter;

C++

__property System::UnicodeString Footer = {read=FFooter, write=SetFooter};

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

Beschreibung

Fußzeilentext.

Footer ist der Fußzeilentext der Listenansichtsgruppe. Die Ausrichtung wird in der Eigenschaft FooterAlign festgelegt.

Siehe auch

Codebeispiele