RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TDSServerClass.OnGetClass Event

Specifies server class.

Pascal
property OnGetClass: TDSGetClassEvent;
C++
__property TDSGetClassEvent OnGetClass;

Use OnGetClass to specify the server class. Setting this class is required. All public methods in this class can be called by a client. The class specified must inherit from TPersistent and be compiled with the METHODINFO directive on. This event can specify a class that extends from TRemoteDataModule to expose the providers contained in the TRemoteDataModule TRemoteDataModule is now compiled with METHODINFO on. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!