Datasnap.DSReflect.TDSPackage.GetDSClasses
| [–] Properties | |
|---|---|
| Type: function | |
| Visibility: public | |
| Source: Datasnap.DSReflect.pas Datasnap.DSReflect.hpp
| |
| Unit: Datasnap.DSReflect | |
| Parent: TDSPackage | |
Delphi
function GetDSClasses(classNamePattern: string): TDBXStringArray;
C++
Data::Dbxplatform::TDBXStringArray __fastcall GetDSClasses(System::UnicodeString classNamePattern);
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.