[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Collection of build dependencies
Source position: fpmkunit.pp line 690
type TDependencies = class(TConditionalStrings) |
||
public |
||
function Add(); |
|
Adds a new package dependency to the collection |
function AddUnit(); |
|
Adds a unit dependency to the collection |
function AddInclude(); |
|
Adds an include file dependency to the collection |
function GetEnumerator; |
|
Gets enumerator for iterating dependencies |
property Dependencies []: TDependency; default; [rw] |
|
Indexed access to dependency objects in the collection |
end; |
|
Collection of build dependencies |
|
| | | ||
|
Collection of conditional string values |
|
| | | ||
| | | ||
| | | ||
TDependencies is a collection class that manages build dependencies for Free Pascal packages.
This collection stores and organizes dependency objects, providing indexed access and management functionality.