TdxStatusBarStateIndicators.Add Method
Adds a new item to the end of the indicators collection.
Declaration
function Add: TdxStatusBarStateIndicatorItem;
Returns
Type |
---|
TdxStatusBarStateIndicatorItem |
Remarks
The Add method creates a new indicator item with default settings and adds it to the end of the indicators collection. It returns the newly added item so that you can modify its settings.
If you need to add an item to the specified position within the collection, use the Insert method.
See Also