FMX.ListView.Appearances.TListViewItem.TListViewItemObjects.TextButton
Delphi
property TextButton: TListItemTextButton read GetTextButton;
C++
__property Fmx::Listview::Types::TListItemTextButton* TextButton = {read=GetTextButton};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | public | FMX.ListView.Appearances.pas FMX.ListView.Appearances.hpp |
FMX.ListView.Appearances | TListViewItemObjects |
Description
Used to access a text button that is associated with this item.
The property returns an object of the TListItemTextButton type. This object provides properties and methods that allow you to control the text button that is associated with this item.