Datasnap.DSReflect.TDSClass

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSClass
[–] Properties
Type: class
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: Datasnap.DSReflect

Delphi

TDSClass = class

C++

class PASCALIMPLEMENTATION TDSClass : public System::TObject

Description

TDSClass is a class that holds a class metadata.

TDSClass is used to describe DataSnap classes. Using TDSClass properties, you can access useful class metadata. For example, use Methods to access the class methods, or TypeUnit to obtain the name of the unit where the class is defined.

A class described by a TDSClass object can be instantiated using CreateInstance.

See Also