Vcl.Outline.TCustomOutline.Click

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Click; override;

C++

DYNAMIC void __fastcall Click();

Properties

Type Visibility Source Unit Parent
procedure
function
protected
Vcl.Outline.pas
Vcl.Outline.hpp
Vcl.Outline TCustomOutline

Description

Updates the SelectedItem property.

Click is called automatically when the user clicks the mouse on a node in the outline. Click updates the SelectedItem property before the OnClick event handler is called by the inherited method.

See Also