TTMSFNCTableView.SaveToFile Method
Saves table view content to a file.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCTableView
Inherited from: TTMSFNCCustomTableView
Syntax
procedure SaveToFile(AFileName: string; ATextOnly: Boolean = True); virtual;
Parameters
| Name | Description |
|---|---|
AFileName |
File name to load from or save to. |
ATextOnly |
When True, serializes or transfers text without item metadata. |