Vcl.Dialogs.TFileEditStyle

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TFileEditStyle = (fsEdit, fsComboBox);

C++

enum DECLSPEC_DENUM TFileEditStyle : unsigned char { fsEdit, fsComboBox };

Properties

Type Visibility Source Unit Parent
enum public
Vcl.Dialogs.pas
Vcl.Dialogs.hpp
Vcl.Dialogs Vcl.Dialogs

Description

TFileEditStyle indicates the type of control that appears in a file selection dialog for the file name.


TFileEditStyle can have one of the following values:

Value Meaning

fsEdit

The control for entering the file name is an edit control.

fsComboBox

The control for entering the file name is a combo box.