FMX.ListBox.TListBoxItem.SetVisible
Delphi
procedure SetVisible(const Value: Boolean); override;
C++
virtual void __fastcall SetVisible(const bool Value);
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
procedure function  | 
		protected | FMX.ListBox.pas FMX.ListBox.hpp  | 
        FMX.ListBox | TListBoxItem | 
Description
Setter for the Visible property.
This method also unselects any items that are not visible.