Unit 'FileCtrl' Package
[Overview][Types][Classes][Procedures and functions][Index] [#lcl]

TCustomFileListBox

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

Declaration

Source position: filectrl.pp line 45

type TCustomFileListBox = class(TCustomListBox)

protected

  procedure DoChangeFile; virtual;

  

  procedure Loaded; override;

  

  function IndexOfFile();

  

  procedure KeyUp(); override;

  

  procedure SetItemIndex(); override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Click; 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: Boolean;

  

end;

Inheritance

TCustomFileListBox

  

|

TCustomListBox

  

The base class for TListBox.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio