Table of Contents

TTMSFNCCustomListBox.SaveToFile Method

Saves items to a file.

API unit family: TMSFNCListBox Declaring type: 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.