RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TFileEditStyle Enumeration

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

Pascal
TFileEditStyle = (
  fsEdit,
  fsComboBox
);
C++
enum TFileEditStyle {
  fsEdit,
  fsComboBox
};

Dialogs

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.  

 

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