JVCL Help:TJvFormatDriveDialog.OnError

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

Search in JVCL Help

 
Search in all projects
 

Summary

Occurs when the format operation fails or when the user cancels the format dialog.


Pascal

 TJvFormatDriveErrorEvent = procedure (Sender: TObject; Error: TJvFormatDriveError) ofobject;
propertyOnError: TJvFormatDriveErrorEvent;


Parameters

Parameters Description
Error Indicates the type of error that occurred.
Sender The TJvFormatDrive component that has sent this event.


Description

Write an OnError event handler to take specific actions when the format operation fails or when the user cancels the format dialog.


See Also

TJvFormatDriveDialog.Execute


About

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