TdxBarApplicationMenuButtons.Insert(Integer) Method
Inserts a new button in the collection at the position specified by the zero-based AIndex parameter.
Declaration
function Insert(AIndex: Integer): TdxBarApplicationMenuButton;
Parameters
| Name | Type |
|---|---|
| AIndex | Integer |
Returns
| Type |
|---|
| TdxBarApplicationMenuButton |
Remarks
This function returns a reference to the newly created button.
See Also