mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-25 18:09:20 +02:00
added basic file handling functions to filectrl
git-svn-id: trunk@3163 -
This commit is contained in:
parent
5b2e5ce84a
commit
60378fc041
@ -29,7 +29,7 @@ interface
|
||||
|
||||
uses
|
||||
Classes, SysUtils, Forms, Controls, Dialogs, Buttons, StdCtrls, IDEProcs,
|
||||
LResources, TransferMacros, InputHistory;
|
||||
LResources, TransferMacros, InputHistory, FileCtrl;
|
||||
|
||||
type
|
||||
TInputFileFlag = (iftDirectory, iftFilename, iftCmdLine,
|
||||
|
Loading…
Reference in New Issue
Block a user