TTMSFNCListBoxItem.SaveToString Method
Serializes the item to a string for persistence.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBoxItem
Syntax
function SaveToString(ATextOnly: Boolean = True): String; virtual;
Parameters
| Name | Description |
|---|---|
ATextOnly |
When True, only the text is serialized; when False, all properties are included. |