Table of Contents

TTMSFNCCloudExceptionless.GetProjectByName Method

Returns the loaded project with the given name.

API unit family: TMSFNCCloudExceptionless Declaring type: TTMSFNCCloudExceptionless Inherited from: TTMSFNCCustomCloudExceptionless

Syntax

function GetProjectByName(AProjectName: string): TTMSFNCCloudExceptionlessProject;

Parameters

Name Description
AProjectName Name of the project to find.

Returns

The matching project, or nil when none is loaded with that name.