Vcl.Samples.DirOutln.TDirectoryOutline.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.Samples.DirOutln.pas
Vcl.Samples.DirOutln.hpp
Vcl.Samples.DirOutln TDirectoryOutline

Description

Updates the SelectedItem and Directory properties.

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

The Directory property is updated to the full path of the selected item.

See Also