Class TExplorerForm
Unit
Declaration
type TExplorerForm = class(TForm)
Description
This item has no description.
Hierarchy
- TForm
- TExplorerForm
Overview
Fields
![]() |
FActiveDir: String; |
![]() |
FEditFilename: TEdit; |
![]() |
FEditPath: TEdit; |
![]() |
FFilenamePanel: TPanel; |
![]() |
FGridFiles: TStringGrid; |
![]() |
FilesDir: TStringList; |
![]() |
FoldersDir: TStringList; |
![]() |
FPathPanel: TPanel; |
![]() |
FSBOkFile: TSpeedButton; |
![]() |
FSBUpPath: TSpeedButton; |
Methods
![]() |
constructor Create(TheOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function OnlyName(const conpath: String): String; |
![]() |
procedure FGridFilesDblClick(Sender: TObject); |
![]() |
procedure FGridFilesDrawCell(Sender: TObject; aCol, aRow: Integer; aRect: TRect; aState: TGridDrawState); |
![]() |
procedure FGridFilesPrepareCanvas(Sender: TObject; aCol, aRow: Integer; aState: TGridDrawState); |
![]() |
procedure FGridFilesSelection(Sender: TObject; aCol, aRow: Integer); |
![]() |
procedure FSBOkFileOnClick(Sender: TObject); |
![]() |
procedure LoadDirectory(const Directory: String); |
![]() |
procedure ResizeExplorer(Sender: TObject); |
![]() |
procedure SBUpPathClick(Sender: TObject); |
Description
Fields
![]() |
FActiveDir: String; |
|
This item has no description. | |
![]() |
FEditFilename: TEdit; |
|
This item has no description. | |
![]() |
FEditPath: TEdit; |
|
This item has no description. | |
![]() |
FFilenamePanel: TPanel; |
|
This item has no description. | |
![]() |
FGridFiles: TStringGrid; |
|
This item has no description. | |
![]() |
FilesDir: TStringList; |
|
This item has no description. | |
![]() |
FoldersDir: TStringList; |
|
This item has no description. | |
![]() |
FPathPanel: TPanel; |
|
This item has no description. | |
![]() |
FSBOkFile: TSpeedButton; |
|
This item has no description. | |
![]() |
FSBUpPath: TSpeedButton; |
|
This item has no description. | |
Methods
![]() |
constructor Create(TheOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
|
This item has no description. | |
![]() |
function OnlyName(const conpath: String): String; |
|
This item has no description. | |
![]() |
procedure FGridFilesDblClick(Sender: TObject); |
|
This item has no description. | |
![]() |
procedure FGridFilesDrawCell(Sender: TObject; aCol, aRow: Integer; aRect: TRect; aState: TGridDrawState); |
|
This item has no description. | |
![]() |
procedure FGridFilesPrepareCanvas(Sender: TObject; aCol, aRow: Integer; aState: TGridDrawState); |
|
This item has no description. | |
![]() |
procedure FGridFilesSelection(Sender: TObject; aCol, aRow: Integer); |
|
This item has no description. | |
![]() |
procedure FSBOkFileOnClick(Sender: TObject); |
|
This item has no description. | |
![]() |
procedure LoadDirectory(const Directory: String); |
|
This item has no description. | |
![]() |
procedure ResizeExplorer(Sender: TObject); |
|
Adjust grid when resizing | |
![]() |
procedure SBUpPathClick(Sender: TObject); |
|
This item has no description. | |
Generated by PasDoc 0.16.0-snapshot.

