TTMSFNCListBox.SaveToFile Method
Saves items to a file.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: TTMSFNCCustomListBox
Syntax
procedure SaveToFile(AFileName: string; ATextOnly: Boolean = True); virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
The destination file path. |
ATextOnly |
When True, only item text is saved. |