TTMSFNCDataGridButtons.Insert Method
Inserts a new
TTMSFNCDataGridButtonat 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.