Datasnap.DSReflect.TDSClass

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSClass

Delphi

TDSClass = class

C++

class PASCALIMPLEMENTATION TDSClass : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

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