TTMSFNCCheckedListBox.AddItem Method
Adds a checked list box item and returns it.
API unit family: TMSFNCCheckedListBox
Declaring type: TTMSFNCCheckedListBox
Inherited from: TTMSFNCCustomCheckedListBox
Syntax
function AddItem(AText: string = ''): TTMSFNCCheckedListBoxItem; reintroduce; virtual;
Parameters
| Name | Description |
|---|---|
AText |
Initial item text. The default value creates an empty item. |
Returns
The newly created checked list box item.