[Overview][Types][Classes][Procedures and functions][Index] Reference for unit 'FileCtrl' (#lcl)

TCustomFileListBox

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: filectrl.pp line 49

type TCustomFileListBox = class(TCustomListBox)

protected

  procedure DoChangeFile; virtual;

  

  procedure Click; override;

  

  procedure Loaded; override;

  

  function IndexOfFile();

  

  procedure KeyUp(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure UpdateFileList; virtual;

  

  property Drive: Char; [rw]

  

  property Directory: String; [rw]

  

  property FileName: String; [rw]

  

  property FileType: TFileType; [rw]

  

  property Mask: String; [rws]

  

  property OnChange: TNotifyEvent; [rw]

  

  property Sorted;

  

end;

Inheritance

TCustomFileListBox

  

|

TCustomListBox

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.