FMX.TreeView.TCustomTreeView.SetSelected

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure SetSelected(const Value: TTreeViewItem); virtual;

C++

virtual void __fastcall SetSelected(TTreeViewItem* const Value);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.TreeView.pas
FMX.TreeView.hpp
FMX.TreeView TCustomTreeView

Description

Protected setter implementation for the Selected property.

See Also