Get the Kanban project task name by its numeric ID.

 

Syntax

function mKanbanGetTaskNameByID(const iTaskID: integer): string;

 

Parameters and return values

Parameter

Type

Value

iTaskID

integer

task ID, number.

 

Function result

Task name, text string. IF the number is incorrect, the function returns an empty string.

Created with the Personal Edition of HelpNDoc: Create help files for the Qt Help Framework