"For developers", "Server scripts", "Functions description", "Kanban project management", "mKanbanGetProjectNameByID".

 

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.