Vcl.FileCtrl.TDriveComboBox

From RAD Studio API Documentation
Jump to: navigation, search

Vcl.StdCtrls.TCustomComboBoxVcl.StdCtrls.TCustomComboVcl.Controls.TCustomListControlVcl.Controls.TWinControlVcl.Controls.TControlSystem.Classes.TComponentSystem.Classes.TPersistentTDriveComboBox

Delphi

TDriveComboBox = class(TCustomComboBox)

C++

class PASCALIMPLEMENTATION TDriveComboBox : public Vcl::Stdctrls::TCustomComboBox

Properties

Type Visibility Source Unit Parent
class public
Vcl.FileCtrl.pas
Vcl.FileCtrl.hpp
Vcl.FileCtrl Vcl.FileCtrl

Description

TDriveComboBox implements a specialized combo box that displays all the drives available when the application runs.

Add TDriveComboBox to a form to allow users to select a drive. Use TDriveComboBox along with TFileListBox, TFilterComboBox, and TDirectoryListBox to add full file selection capabilities to a form.

To add a standard Windows 95 file open or save dialog to an application, use TOpenDialog or TSaveDialog instead.

See Also