Table of Contents

TTMSFNCCustomTableView.AddItem Method

Adds a new table item.

API unit family: TMSFNCTableView Declaring type: TTMSFNCCustomTableView

Syntax

function AddItem(AText: string = ''): TTMSFNCTableViewItem; virtual;

Parameters

Name Description
AText Text value used by the operation.

Returns

The matching table view object, or nil when no match is found.