Datasnap.DSReflect.TDSPackage

From RAD Studio API Documentation
Jump to: navigation, search

System.TObjectTDSPackage

Delphi

TDSPackage = class

C++

class PASCALIMPLEMENTATION TDSPackage : public System::TObject

Properties

Type Visibility Source Unit Parent
class public
Datasnap.DSReflect.pas
Datasnap.DSReflect.hpp
Datasnap.DSReflect Datasnap.DSReflect

Description

TDSPackage is a class that hold package metadata.

TDSPackage is used to describe DataSnap packages. Using TDSPackage properties, you can access useful package metadata. For example, PackageName holds the name of the package.

A list of classes defined within the package described by a TDSPackage object can be obtained using GetDSClasses. Information about a specific class that is defined within the package can be obtained using CreateDSClass.

See Also