TdxStatusBarPanels.Add Method
In This Article
Adds a new panel to the status bar.
#Declaration
Delphi
function Add: TdxStatusBarPanel;
#Returns
Type |
---|
Tdx |
#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