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
};

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) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!