Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Destroy
| [–] Properties | |
|---|---|
| Type: destructor | |
| Visibility: public | |
| Source: Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp
| |
| Unit: Datasnap.DSProxyDispatcher | |
| Parent: TDSProxyDispatcher | |
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDSProxyDispatcher();
Description
Frees an instance of TDSProxyDispatcher.
Destroy frees the TDSProxyDispatcher object. Do not call Destroy directly in an application. Call Free instead.