Datasnap.DSReflect.TDSClass.TypeUnit

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 TypeUnit: string read GetTypeUnit;

C++

__property System::UnicodeString TypeUnit = {read=GetTypeUnit};

Description

Represents the name of the unit where the type described by this TDSClass is defined.

If this TDSClass does not describe a type, TypeUnit is an empty string.

See Also