RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
Dialogs.TOpenOptionEx Enumeration

TOpenOptionEx and TOpenOptionsEx determine the behavior of a file selection dialog.

Pascal
TOpenOptionEx = (
  ofExNoPlacesBar
);
C++
enum TOpenOptionEx {
  ofExNoPlacesBar
};

TOpenOptionEx values determine the appearance and behavior of a file selection dialog. TOpenOptionsEx is a set of TOpenOptionEx values. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!