TdxBarExtraPaneItems.Insert(Integer) Method
Inserts a new item in the collection at the position specified by the zero-based Index parameter.
Declaration
function Insert(AIndex: Integer): TdxBarExtraPaneItem;
Parameters
Name | Type |
---|---|
AIndex | Integer |
Returns
Type |
---|
TdxBarExtraPaneItem |
Remarks
Once inserted, the new item is automatically displayed in the specified position in the Application Menu‘s right panel.
The Insert method returns a reference to the newly created item.
See Also