JVCL Help:TJvFormatDriveError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFormatDriveError type
Search in JVCL Help
Search in all projectsSummary
Represents types of errors that can occur during a format operation.
Pascal
run\JvWinDialogs.pas
TJvFormatDriveError = (
errParams,
errSysError,
errAborted,
errCannotFormat,
errOther
);
Members
Members | Description |
errParams | The Windows API was called with invalid parameters. |
errSysError | An error occurred during the format. |
errAborted | The format was canceled by the user. |
errCannotFormat | The drive cannot be formatted. |
errOther | Other errors, for example if the user cancels the format dialog. |
Description
The TJvFormatDriveError type represents types of error that can occur during a format operation.
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