Datasnap.DSServer.TDSServerDriver.Close
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: protected | |
Source: Datasnap.DSServer.pas Datasnap.DSServer.hpp
| |
Unit: Datasnap.DSServer | |
Parent: TDSServerDriver |
Delphi
procedure Close; override;
C++
virtual void __fastcall Close();
Description
Closes the connection.
Implement the Close method in derived classes to close the connection.