TTMSFNCCustomCloudExceptionless.GetProjectByID Method
Returns the loaded project with the given identifier.
API unit family: TMSFNCCloudExceptionless
Declaring type: TTMSFNCCustomCloudExceptionless
Syntax
function GetProjectByID(AProjectID: string): TTMSFNCCloudExceptionlessProject;
Parameters
| Name | Description |
|---|---|
AProjectID |
Identifier of the project to find. |
Returns
The matching project, or nil when none is loaded with that identifier.