Datasnap.DSCommonServer.TDSCustomServer.RemoveServerComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure RemoveServerComponent(const AComponent: TDSServerComponent);

C++

void __fastcall RemoveServerComponent(TDSServerComponent* const AComponent);

Properties

Type Visibility Source Unit Parent
procedure
function
public
Datasnap.DSCommonServer.pas
Datasnap.DSCommonServer.hpp
Datasnap.DSCommonServer TDSCustomServer

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