Datasnap.DSReflect.TDSClass.DSClassName

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type: property
Visibility: public
Source:
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Unit: Datasnap.DSReflect
Parent: TDSClass

Delphi

property DSClassName: string read GetDSClassName;

C++

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

Description

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

See Also