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