Datasnap.DSProxyDispatcher.TDSProxyDispatcher.Destroy

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSProxyDispatcher();

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
destructor public
Datasnap.DSProxyDispatcher.pas
Datasnap.DSProxyDispatcher.hpp
Datasnap.DSProxyDispatcher TDSProxyDispatcher

Beschreibung

Gibt eine Instanz von TDSProxyDispatcher frei.

Destroy gibt das TDSProxyDispatcher-Objekt frei. Rufen Sie Destroy nicht direkt in einer Anwendung auf. Rufen Sie stattdessen Free auf.

Siehe auch