Datasnap.DSCommonServer.TDSCustomServer.AddServerComponent
[–] 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.