Datasnap.DSReflect.TDSClass.ClassRef
| [–] Properties | |
|---|---|
| Type: property | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSClass | |
Delphi
property ClassRef: TPersistentClass read FClassRef;
C++
__property System::Classes::TPersistentClass ClassRef = {read=FClassRef};
Description
A reference to the class described by this TDSClass.
ClassRef is set by the TDSClass class constructors.