TdxStatusBarPanels.Items Property
Provides zero-based indexed access to status bar panels contained in the collection.
Declaration
property Items[Index: Integer]: TdxStatusBarPanel read; write; default;
Property Value
Type |
---|
TdxStatusBarPanel |
Remarks
At design time, you can access collection items via the status bar’s Panels property.
See Also