TTMSFNCKanbanBoardItem.SaveToString Method
Serialises the item to a string for persistence.
API unit family: TMSFNCKanbanBoard
Declaring type: TTMSFNCKanbanBoardItem
Syntax
function SaveToString(ATextOnly: Boolean = True): String; virtual;
Parameters
| Name | Description |
|---|---|
ATextOnly |
When True, only the text content is included; when False, all item data is serialised. |
Returns
A string representation of the item.