Datasnap.DSCommonServer.TDSMethodInfo.Destroy

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: destructor
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSMethodInfo

Delphi

destructor Destroy; override;

C++

__fastcall virtual ~TDSMethodInfo();

Description

Destroys a TDSMethodInfo instance.

The Destroy method destroys an instance of the TDSMethodInfo class.

See Also