FileCtrl
Contents |
Delphi Information
Class
| TDirectoryListBox |
TDirectoryListBox represents a list box control that is aware of the directory structure of the current drive. |
| TDriveComboBox |
TDriveComboBox implements a specialized combo box that displays all the drives available when the application runs. |
| TFileListBox |
TFileListBox is a specialized list box that lists all the files in a specified directory. |
| TFilterComboBox |
TFilterComboBox is a specialized combo box that presents the user with a choice of file filters. |
Const
| Constants |
Enum
| TDriveType | |
| TFileAttr |
TFileAttr and TFileType determine which files a file list box displays. |
| TSelectDirExtOpt |
Used to specify the type of browse dialog box to display, when calling the SelectDirectory function. |
| TSelectDirOpt |
TSelectDirOpt and TSelectDirOpts determine how a directory selection dialog responds when the user enters a nonexistent directory. |
| TTextCase |
TTextCase indicates the case of the volume name or drive letter that appears in a dialog box. |
Function
| DirectoryExists |
Determines whether a specified directory exists. |
| ForceDirectories |
Creates a new directory, including the creation of parent directories as needed. |
| MinimizeName |
Shortens a fully qualified path name so that it can be drawn with a specified length limit. |
| ProcessPath |
Parses a file name into its constituent parts. |
| SelectDirectory |
Brings up a dialog to allow the user to enter a directory name. |
Set
| TFileType |
TFileType describes possible combinations of file attributes. |
| TSelectDirExtOpts |
TBrowseOptions is a set type of options used in customizing the browse dialog box to create, when calling the SelectDirectory function. |
| TSelectDirOpts |
TSelectDirOpts and TSelectDirOpt determine how a directory selection dialog responds when the user enters a nonexistent directory. |
C++ Information
Class
| TDirectoryListBox |
TDirectoryListBox represents a list box control that is aware of the directory structure of the current drive. |
| TDriveComboBox |
TDriveComboBox implements a specialized combo box that displays all the drives available when the application runs. |
| TFileListBox |
TFileListBox is a specialized list box that lists all the files in a specified directory. |
| TFilterComboBox |
TFilterComboBox is a specialized combo box that presents the user with a choice of file filters. |
Enum
| TDriveType | |
| TFileAttr |
TFileAttr and TFileType determine which files a file list box displays. |
| TSelectDirExtOpt |
Used to specify the type of browse dialog box to display, when calling the SelectDirectory function. |
| TSelectDirOpt |
TSelectDirOpt and TSelectDirOpts determine how a directory selection dialog responds when the user enters a nonexistent directory. |
| TTextCase |
TTextCase indicates the case of the volume name or drive letter that appears in a dialog box. |
Function
| MinimizeName |
Shortens a fully qualified path name so that it can be drawn with a specified length limit. |
| ProcessPath |
Parses a file name into its constituent parts. |
| SelectDirectory |
Brings up a dialog to allow the user to enter a directory name. |
Typedef
| TFileType |
TFileType describes possible combinations of file attributes. |
| TSelectDirExtOpts |
TBrowseOptions is a set type of options used in customizing the browse dialog box to create, when calling the SelectDirectory function. |
| TSelectDirOpts |
TSelectDirOpts and TSelectDirOpt determine how a directory selection dialog responds when the user enters a nonexistent directory. |