TdxStatusBarPanels.Add Method
Adds a new panel to the status bar.
Declaration
function Add: TdxStatusBarPanel;
Returns
Type |
---|
TdxStatusBarPanel |
Remarks
Call this function to add a new panel to the status bar. The new panel created will be inserted into the TdxStatusBarPanels collection and will appear at the rightmost position on the status bar.
See Also