API:FMX.ListView.TListView.Transparent
Delphi
property Transparent: Boolean read FTransparent write SetTransparent default 0;
C++
__property Transparent = {default=0};
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
property | published | FMX.ListView.pas FMX.ListView.hpp |
FMX.ListView | TListView |
Description
Specifies whether this list view control is transparent or not.
FMX.ListView.TListView.Transparent inherits from FMX.ListView.TListViewBase.Transparent. All content below this line refers to FMX.ListView.TListViewBase.Transparent.
Specifies whether this list view control is transparent or not. When the control is transparent (Transparent is set to True), its background will not be drawn.