RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TFileListBox.Update Method

Refreshes the directory list for the file list box.

Pascal
procedure Update; reintroduce;
C++
__fastcall Update();

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. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!