API:Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Destroy
Delphi
destructor Destroy; override;
C++
__fastcall virtual ~TDSProxyDispatcher(void);
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
destructor | public | Datasnap.DSProxyDispatcher.pas Datasnap.DSProxyDispatcher.hpp |
Datasnap.DSProxyDispatcher | TDSProxyDispatcher |
Description
Frees an instance of TCustomWebFileDispatcher.
Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Destroy inherits from Web.HTTPApp.TCustomWebFileDispatcher.Destroy. All content below this line refers to Web.HTTPApp.TCustomWebFileDispatcher.Destroy.
Frees an instance of TCustomWebFileDispatcher.
Destroy frees the TCustomWebFileDispatcher object. Do not call Destroy directly in an application. Call Free instead.