TTMSFNCListBoxItems.Add Method
Appends a new item with empty text and returns it.
API unit family: TMSFNCListBox
Declaring type: TTMSFNCListBoxItems
Overloads
Overload 1
Appends a new item with empty text and returns it.
function Add: TTMSFNCListBoxItem; overload; virtual;
Overload 2
Appends a new item with the specified text and returns it.
function Add(AText: string): TTMSFNCListBoxItem; overload; virtual;
Parameters
| Name | Description |
|---|---|
AText |
Display text for the new item. |