Datasnap.DSReflect.TDSClass.AdapteeDSClass

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property AdapteeDSClass: TDSClass read FAdapteeClass;

C++

__property TDSClass* AdapteeDSClass = {read=FAdapteeClass};

Properties

Type Visibility Source Unit Parent
property public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect TDSClass

Description

Represents another TDSClass instance that implements the methods of this TDSClass.

AdapteeDSClass can be set by one of the TDSClass class constructors.

See Also