JVCL Help:TFileDialogKind
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TFileDialogKind type
Search in JVCL Help
Search in all projectsSummary
Enumerates file dialog kinds.
Pascal
run\JvToolEdit.pas
TFileDialogKind = (
dkOpen,
dkSave,
dkOpenPicture,
dkSavePicture
);
Members
Members | Description |
dkOpen | File-selection dialog. |
dkSave | Save As" dialog for saving files. |
dkOpenPicture | Graphics-file selection dialog. |
dkSavePicture | Save As" dialog for saving graphics files. |
Description
Use the TFileDialogKind type to specify a specific file dialog kind.
See Also
TJvFilenameEdit.Dialog, TJvFilenameEdit.DialogKind
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page