TdxStatusBarPanel Members
The object that implements the functionality of a status bar‘s panel.Constructors
| Name | Description |
|---|---|
| Create(TCollection) | Inherited from TCollectionItem. |
Properties
| Name | Description |
|---|---|
| Bevel | Specify the style of a panel’s border. |
| BiDiMode | Specifies the bi-directional mode for the status bar panel. |
| Collection | Inherited from TCollectionItem. |
| DisplayName | Inherited from TCollectionItem. |
| Fixed | Specifies whether the width of a panel is fixed. |
| ID | Inherited from TCollectionItem. |
| Index | Inherited from TCollectionItem. |
| MinWidth | Specifies minimum panel width. |
| PanelStyle | Specifies the style of the panel. |
| PanelStyleClass | Specifies the panel’s style. |
| PanelStyleClassName | Specifies the panel’s style by its name. |
| ParentBiDiMode | Specifies whether the status panel uses its parent’s bi-directional mode. |
| StatusBarControl | Provides access to the panel’s parent status bar control. |
| Text | The text displayed on a text panel. |
| Visible | Specifies the visibility of the status bar panel. |
| Width | The width of the panel. |
Methods
| Name | Description |
|---|---|
| Assign(TPersistent) | Inherited from TPersistent. |
| AssignTo(TPersistent) | Inherited from TPersistent. |
| Equals(TObject) | Inherited from TObject. |
| GetDisplayName | Inherited from TCollectionItem. |
| GetHashCode | Inherited from TObject. |
| GetNamePath | Inherited from TPersistent. |
| GetOwner | Inherited from TPersistent. |
| ParentBiDiModeChanged | |
| Release | Inherited from TCollectionItem. |
| RestoreDefaults | Restores the current status bar panel’s default settings. |
| SetDisplayName(String) | Inherited from TCollectionItem. |
| ToString | Inherited from TObject. |
| UseRightToLeftAlignment | Specifies whether the alignment is applied according to the right-to-left rule. |
| UseRightToLeftReading | Specifies whether the text is supplied according to the right-to-left rule. |
Events
| Name | Description |
|---|---|
| OnClick | |
| OnDblClick | |
| OnDrawPanel | Enables you to custom paint the panel. |
| PanelStyleEvents |
See Also