TAstaServerSocket.RegisterDataModule
Applies to
TAstaServerSocket
Declaration
procedure
RegisterDataModule(DM: TComponent)
Description
This is called at the startup of an ASTA server and all of the TDataSet descendents, TAstaProviders
and TAstaBusinessObjectManagers
are registered so that they can be seen by ASTA clients.
Example
AstaServerSocket1.RegisterDataModule(Self);