Table of Contents

TTMSFNCCustomCloudExceptionless.GetProjectByName Method

Returns the loaded project with the given name.

API unit family: TMSFNCCloudExceptionless Declaring type: 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.