Get a project name by its numeric ID.

 

Syntax

function mKanbanGetProjectNameByID(const iProjectID: integer): string;

 

Parameters and return values

Parameter

Type

Value

iProjectID

integer

project ID, number.

 

Function result

Project name, text string. If the project number is incorrect, the function returns an empty string.