Datasnap.DSCommonServer.TDSCustomServer.AddServerComponent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure AddServerComponent(const AComponent: TDSServerComponent);

C++

void __fastcall AddServerComponent(TDSServerComponent* const AComponent);

Properties

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

Description

Adds the specified server component to the components list.

Use the AddServerComponent method to add the server component specified by AComponent to the components list.

See Also