TdxCustomStatusBar.GetStatusPanelsClass Method
Returns a class-reference to the status panel collection class.
Declaration
class function GetStatusPanelsClass: TdxStatusBarPanelsClass; virtual;
Returns
Type |
---|
TdxStatusBarPanelsClass |
Remarks
Overriding the GetStatusPanelClass and GetStatusPanelsClass in a TdxCustomStatusBar descendant allows it to work with the TdxStatusBarPanel class descendants.
See Also