[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: stddlg.pas line 251
type TDirListBox = object(TListBox) |
Dir: DirStr; |
Cur: Word; |
constructor Init(); |
destructor Done; virtual; |
function GetText(); virtual; |
procedure HandleEvent(); virtual; |
function IsSelected(); virtual; |
procedure NewDirectory(); |
procedure SetState(); virtual; |
end; |
| |
| |
| |
| |
TObject |