Vcl.FileCtrl.TFileListBox.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 TFileListBox

Description

Refreshes the directory list for the file list box.

Call Update whenever the files listed by the file list box may be out of date. For example, if an application creates, renames, or deletes files, calling Update will ensure that those changes are reflected in the file list box.

The list box is updated automatically when the Drive, Directory, FileType, or Mask property is changed.

See Also