Datasnap.DSReflect.TDSClass.ClassRef

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property ClassRef: TPersistentClass read FClassRef;

C++

__property System::Classes::TPersistentClass ClassRef = {read=FClassRef};

Properties

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

Description

A reference to the class described by this TDSClass.

ClassRef is set by the TDSClass class constructors.

See Also