Vcl.ComCtrls.TListGroup.Footer

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

property Footer: string read FFooter write SetFooter;

C++

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

プロパティ

種類 可視性 ソース ユニット
property published
Vcl.ComCtrls.pas
Vcl.ComCtrls.hpp
Vcl.ComCtrls TListGroup

説明

フッターのテキスト。

Footer は、リスト ビュー グループのフッター テキストです。このテキストの配置は、FooterAlign プロパティによって決定されます。

関連項目

サンプル コード