Class TOlfDPROJReader
Unit
Declaration
type TOlfDPROJReader = class(TObject)
Description
Hierarchy
- TObject
- TOlfDPROJReader
Overview
Methods
![]() |
constructor Create(Const ADPROJFileName: string); |
![]() |
destructor Destroy; override; |
![]() |
function GetProjectExecutable(Const APlatform: string; Const AConfiguration: string = 'Release'): string; |
![]() |
function HasPlatform(Const APlatform: string): boolean; |
![]() |
function GetFilesToDeploy(Const APlatform: string; Const AConfiguration: string = 'Release'): TOlfFilesToDeployList; |
Properties
![]() |
property FileName: string read GetFileName; |
![]() |
property AsString: string read GetAsString; |
![]() |
property AsXMLNode: IXMLNode read GetAsXMLNode; |
![]() |
property BDSVersion: string read FBDSVersion write SetBDSVersion; |
![]() |
property onGetPathForAliasFunc: TGetPathForAliasFunc
read FonGetPathForAliasFunc write SetonGetPathForAliasFunc; |
Description
Methods
![]() |
constructor Create(Const ADPROJFileName: string); |
![]() |
destructor Destroy; override; |
![]() |
function GetProjectExecutable(Const APlatform: string; Const AConfiguration: string = 'Release'): string; |
![]() |
function HasPlatform(Const APlatform: string): boolean; |
![]() |
function GetFilesToDeploy(Const APlatform: string; Const AConfiguration: string = 'Release'): TOlfFilesToDeployList; |
Properties
![]() |
property FileName: string read GetFileName; |
![]() |
property AsString: string read GetAsString; |
![]() |
property AsXMLNode: IXMLNode read GetAsXMLNode; |
![]() |
property BDSVersion: string read FBDSVersion write SetBDSVersion; |
![]() |
property onGetPathForAliasFunc: TGetPathForAliasFunc
read FonGetPathForAliasFunc write SetonGetPathForAliasFunc; |
Generated by PasDoc 0.16.0.