mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-23 05:39:29 +02:00
LCL: made TCustomFileListBox.UpdateFileList public, so the user can refresh the filelist (bug #1595)
git-svn-id: trunk@10449 -
This commit is contained in:
parent
b43c82f930
commit
53737e0127
@ -64,7 +64,6 @@ Type
|
||||
procedure UpdateSelectedFileName;
|
||||
protected
|
||||
procedure DoChangeFile; virtual;
|
||||
procedure UpdateFileList; virtual;
|
||||
procedure Click; override;
|
||||
procedure Loaded; override;
|
||||
function IndexOfFile(const AFilename: string): integer;
|
||||
@ -72,6 +71,7 @@ Type
|
||||
public
|
||||
constructor Create(TheOwner: TComponent); override;
|
||||
destructor Destroy; override;
|
||||
procedure UpdateFileList; virtual;
|
||||
public
|
||||
property Drive: Char Read FDrive Write SetDrive default ' ';
|
||||
property Directory: String Read FDirectory Write SetDirectory;
|
||||
|
Loading…
Reference in New Issue
Block a user