Datasnap.DSCommonServer.TDSCustomServer.AddServerComponent

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 AddServerComponent(const AComponent: TDSServerComponent);

C++

void __fastcall AddServerComponent(TDSServerComponent* const AComponent);

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