Class TOlfDPROJReader

Unit

Declaration

type TOlfDPROJReader = class(TObject)

Description

This item has no 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);

This item has no description.

Public destructor Destroy; override;

This item has no description.

Public function GetProjectExecutable(Const APlatform: string; Const AConfiguration: string = 'Release'): string;

This item has no description.

Public function HasPlatform(Const APlatform: string): boolean;

This item has no description.

Public function GetFilesToDeploy(Const APlatform: string; Const AConfiguration: string = 'Release'): TOlfFilesToDeployList;

This item has no description.

Properties

Public property FileName: string read GetFileName;

This item has no description.

Public property AsString: string read GetAsString;

This item has no description.

Public property AsXMLNode: IXMLNode read GetAsXMLNode;

This item has no description.

Public property BDSVersion: string read FBDSVersion write SetBDSVersion;

This item has no description.

Public property onGetPathForAliasFunc: TGetPathForAliasFunc read FonGetPathForAliasFunc write SetonGetPathForAliasFunc;

This item has no description.

My libraries for Delphi (c) 1990-2026 Patrick PREMARTIN - Powered by PasDoc
Generated by PasDoc 1.0.2.