TdxStatusBarPanels.Insert(Integer) Method
Inserts a new panel.
Declaration
function Insert(Index: Integer): TdxStatusBarPanel;
Parameters
Name | Type |
---|---|
Index | Integer |
Returns
Type |
---|
TdxStatusBarPanel |
Remarks
Call the Insert method to insert a new panel into the status bar. The panel will be inserted between the existing panels, as specified by the Index parameter.
See Also