Datasnap.DSCommonServer.TDSCustomServer.RemoveServerComponent

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Unit: Datasnap.DSCommonServer
Parent: TDSCustomServer

Delphi

procedure RemoveServerComponent(const AComponent: TDSServerComponent);

C++

void __fastcall RemoveServerComponent(TDSServerComponent* const AComponent);

Description

Removes the specified server component from the components list.

Use the RemoveServerComponent method to remove the server component specified by AComponent from the components list.

See Also