TdxStatusBarPanels.Insert(Integer) Method
In This Article
Inserts a new panel.
#Declaration
Delphi
function Insert(Index: Integer): TdxStatusBarPanel;
#Parameters
Name | Type |
---|---|
Index | Integer |
#Returns
Type |
---|
Tdx |
#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