RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDirectoryListBox.Create Constructor

Creates and initializes a directory list box.

Pascal
constructor Create(AOwner: TComponent); override;
C++
virtual __fastcall TDirectoryListBox(TComponent * AOwner);

Call Create to instantiate a directory list box at runtime. For directory list boxes created at design time, Create is called automatically. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!