Vcl.FileCtrl.TDirectoryListBox.Update

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Update; reintroduce;

C++

HIDESBASE void __fastcall Update();

Properties

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

Description

Refreshes the directory list.

Call Update to refresh the directory list after new directories have been created or existing directories deleted.

Code Examples