Class TSelectDirectoryBoxDlg (unit Dirsel)

Inherits from

TComponent

dialog box wrapper of Select Directoy Box Dialog By N Lath nlath@kalinga.com http://kalinga.com/lath March 1998 ----------- background ----------------- I had difficulty in findinng an appropriate dir select component. Then I began to develop the current one for use in one of my application. It is not difficult. However at times it is very useful. This is also one of my first component. Please bear with me ------------------------------------------ ----------- installation ---------------- copy dirsel.pas and seldirdl.pas to your lib and add dirsel.pas to the library by using option | add component. The component will be added in dialog pallette. --------------------------------------------- ---------- using direction -------------- Drop the component. Set the caption property for the dialog box property and to execute issue SelectDirectoryDlgBox1.Execute; Directory Selected is returned in SelectedDirectory Property ---------- ----------------------------- ---------- demo -------------------- after component is installed you can run demo programm seldir.dpr ------------------------------------ --------- YOUR COMMENTS ARE MOST WELCOME -------- nlath@kalinga.com Natwar lath Uditnagar ROURKELA 769012 INDIA

Constructors



Functions

procedure Execute;


Properties

property Caption : string


property Result : integer


property SelectedDirectory : string


Events

Variables

FCaption : string;


FResult : integer;


FSelectedDirectory : string;



Constructors


Functions


procedure Execute;


Properties


property Caption : string


property Result : integer


property SelectedDirectory : string


Events


Variables


FCaption : string;


FResult : integer;


FSelectedDirectory : string;