Table of Contents

TTMSFNCDataGridButtons.Insert Method

Inserts a new TTMSFNCDataGridButton at the specified zero-based position and returns it.

API unit family: TMSFNCDataGrid Declaring type: TTMSFNCDataGridButtons

Syntax

function Insert(index: Integer): TTMSFNCDataGridButton;

Parameters

Name Description
index Zero-based collection index where the button is inserted.

Returns

The newly inserted button item.