Datasnap.DSReflect.TDSClass.AdapteeDSClass

From RAD Studio API Documentation
Jump to: navigation, search

[–] 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.

See Also