Datasnap.DSReflect.TDSClass.AdapteeDSClass
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSClass | |
Delphi
property AdapteeDSClass: TDSClass read FAdapteeClass;
C++
__property TDSClass* AdapteeDSClass = {read=FAdapteeClass};
Description
Represents another TDSClass instance that implements the methods of this TDSClass.
AdapteeDSClass can be set by one of the TDSClass class constructors.