Datasnap.DSReflect.TDSPackage.PackageName

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property PackageName: string read FPackagename write FPackagename;

C++

__property System::UnicodeString PackageName = {read=FPackagename, write=FPackagename};

Properties

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

Description

String property that represents the name of the package described by this TDSPackage.

See Also