RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
MetaDataCollectionName.PackageSources Field

This metadata collection represents package source code in a database.

Pascal
const PackageSources: string = "PackageSources";
C++
string PackageSources = "PackageSources";

This metadata collection represents package source code in a database.  

The columns are:

Column Name 
Data Type 
Description 
CatalogName  
String  
The catalog name.  
PackageName  
String  
The package name.  
Definition  
String  
The package source code.  

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!