Datasnap.DSReflect.TDSPackage.GetDSClasses

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function GetDSClasses(classNamePattern: string): TDBXStringArray;

C++

Data::Dbxplatform::TDBXStringArray __fastcall GetDSClasses(System::UnicodeString classNamePattern);

Properties

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

Description

Returns a TDBXStringArray containing the names of the classes that match classNamePattern.

GetDSClasses populates a TDBXStringArray with the names of the classes, defined in the package described by this TDSPackage, that match a string pattern.

See Also