FMX.TreeView.TTreeViewItem.IsSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property IsSelected: Boolean read FIsSelected write SetIsSelected;

C++

__property bool IsSelected = {read=FIsSelected, write=SetIsSelected, nodefault};

Properties

Type Visibility Source Unit Parent
property published
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TTreeViewItem

Description

Specifies whether the item is selected in the tree view.

See Also