Interface IDelphiMainSrcEditor
File editor interface for Delphi .dpk/.dpr type files
Namespace: IdeProjectFileEditor
Assembly: BuildSystem.Utils.dll
Syntax
public interface IDelphiMainSrcEditor
Methods
GetRequires()
Returns an array of delphi packages requires. Applicable only to delphi package projects (.bpl).
Declaration
string[] GetRequires()
Returns
Type | Description |
---|---|
string[] |
GetSourceFiles()
Returns an array of absolute paths of project source files.
Declaration
string[] GetSourceFiles()
Returns
Type | Description |
---|---|
string[] |