JVCL Help:TJvFormatDriveDialog.OnError
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvFormatDriveDialog.OnError Event
[+] TJvFormatDriveDialog Events
[+] TJvFormatDriveDialog Methods
[+] TJvFormatDriveDialog Properties
Search in JVCL Help
Search in all projectsSummary
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
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