Class TOlfDPROJReader

Unit

Declaration

type TOlfDPROJReader = class(TObject)

Description

Hierarchy

Overview

Methods

Public constructor Create(Const ADPROJFileName: string);
Public destructor Destroy; override;
Public function GetProjectExecutable(Const APlatform: string; Const AConfiguration: string = 'Release'): string;
Public function HasPlatform(Const APlatform: string): boolean;
Public function GetFilesToDeploy(Const APlatform: string; Const AConfiguration: string = 'Release'): TOlfFilesToDeployList;

Properties

Public property FileName: string read GetFileName;
Public property AsString: string read GetAsString;
Public property AsXMLNode: IXMLNode read GetAsXMLNode;
Public property BDSVersion: string read FBDSVersion write SetBDSVersion;
Public property onGetPathForAliasFunc: TGetPathForAliasFunc read FonGetPathForAliasFunc write SetonGetPathForAliasFunc;

Description

Methods

Public constructor Create(Const ADPROJFileName: string);
 
Public destructor Destroy; override;
 
Public function GetProjectExecutable(Const APlatform: string; Const AConfiguration: string = 'Release'): string;
 
Public function HasPlatform(Const APlatform: string): boolean;
 
Public function GetFilesToDeploy(Const APlatform: string; Const AConfiguration: string = 'Release'): TOlfFilesToDeployList;
 

Properties

Public property FileName: string read GetFileName;
 
Public property AsString: string read GetAsString;
 
Public property AsXMLNode: IXMLNode read GetAsXMLNode;
 
Public property BDSVersion: string read FBDSVersion write SetBDSVersion;
 
Public property onGetPathForAliasFunc: TGetPathForAliasFunc read FonGetPathForAliasFunc write SetonGetPathForAliasFunc;
 
My libraries for Delphi (c) 1990-2025 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 0.16.0.