Vcl.FileCtrl.TDirectoryListBox.Update
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