FMX.ListView.TListViewBase.Transparent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Transparent: Boolean read FTransparent write SetTransparent;

C++

__property bool Transparent = {read=FTransparent, write=SetTransparent, nodefault};

Properties

Type Visibility Source Unit Parent
property public
FMX.ListView.pas
FMX.ListView.hpp
FMX.ListView TListViewBase

Description

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.

See Also