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

TTyphonFileDialogForm

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

Declaration

Source position: lazdialogs.pas line 20

type TTyphonFileDialogForm = class(TForm)

public

  ButtonPanel: TButtonPanel;

  

  ShellTreeView: TShellTreeView;

  

  ShellListView: TShellListView;

  

  SaveEdit: TEdit;

  

  FilterComboBox: TFilterComboBox;

  

  FileName: string;

  

  Filter: string;

  

  InitialDir: string;

  

  Title: string;

  

  constructor CreateNew(); override;

  

  procedure Initialize();

  

  procedure HandleOkClick();

  

  procedure HandleCancelClick();

  

  procedure HandleCloseQuery();

  

  procedure HandleEditChange();

  

  procedure HandleSelectItem();

  

  procedure HandleTreeViewSelectionChanged();

  

end;

Inheritance

TTyphonFileDialogForm

  

|

TForm

  

Implements a form used in an LCL application.

|

TCustomForm

  

The base type for TForm classes.

|

TCustomDesignControl

  

Provides a designer surface for scaling and layout of its child controls.

|

TScrollingWinControl

  

Implements a windowed control with scroll bars.

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

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