TTMSFNCListBox.SaveToStream Method
Saves items to a stream.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBox
Inherited from: 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. |