System.Win.ScktComp.TServerClientThread.HandleException

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure HandleException; virtual;

C++

virtual void __fastcall HandleException(void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Win.ScktComp.pas
System.Win.ScktComp.hpp
System.Win.ScktComp TServerClientThread

Description

Displays an error message using the main VCL thread.

HandleException obtains the current exception object and calls TApplication.ShowException (for descendants of Exception) or the global ShowException procedure (for other objects) to display an error message. HandleException wraps the call to ShowException in the Synchronize method to ensure that the call is thread-safe.

See Also