Vcl.FileCtrl.TDirectoryListBox.OpenCurrent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure OpenCurrent;

C++

void __fastcall OpenCurrent();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl TDirectoryListBox

Description

Opens the selected directory.

OpenCurrent opens the directory selected in the directory list box, as if the user had double-clicked the directory.

Code Examples