Table of Contents

TTMSFNCCustomListBox.SaveToStream Method

Saves items to a stream.

API unit family: TMSFNCListBox Declaring type: TTMSFNCCustomListBox

Syntax

procedure SaveToStream(AStream: TStream; ATextOnly: Boolean = True); virtual;

Parameters

Name Description
AStream The destination stream.
ATextOnly When True, only item text is saved.