Datasnap.DSReflect.TDSClass.TypeUnit

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property TypeUnit: string read GetTypeUnit;

C++

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

Properties

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

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