Table of Contents

TTMSFNCListBoxCopyItems.AddStrings Method

Appends items from a TStrings list, optionally clearing the collection first.

API unit family: TMSFNCListBox Declaring type: TTMSFNCListBoxCopyItems Inherited from: TTMSFNCListBoxItems

Syntax

procedure AddStrings(AItems: TStrings; AClear: Boolean = False);

Parameters

Name Description
AItems String list whose values become item texts.
AClear When True, the collection is cleared before appending.