Vcl.ComCtrls.TListGroup.Footer

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

property Footer: string read FFooter write SetFooter;

C++

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

Propriétés

Type Visibilité  Source Unité  Parent
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

Description

Texte du pied.

Footer représente le texte du pied d'un groupe de la vue liste. Son alignement est déterminé par la propriété FooterAlign.

Voir aussi

Exemples de code