JVCL Help:TJvFormatDriveError

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents types of errors that can occur during a format operation.

run\JvWinDialogs.pas


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.

run\JvWinDialogs.pas


Description

The TJvFormatDriveError type represents types of error that can occur during a format operation.

run\JvWinDialogs.pas


About

Navigation

no pages or subcategories

run\JvWinDialogs.pas



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