Datasnap.DSReflect.TDSClass.DSClassName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DSClassName: string read GetDSClassName;

C++

__property System::UnicodeString DSClassName = {read=GetDSClassName};

Properties

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

Description

Represents a string that is the name of the class described by this TDSClass.

See Also