Skip to main content

TdxBarCaptionButton.Collection Property

Provides access to a collection of toolbar title buttons specified for the current toolbar.

Declaration

property Collection: TdxBarCaptionButtons read;

Property Value

Type
TdxBarCaptionButtons

Remarks

Using the collection’s Items property, you can obtain access to any individual button that is stored in the collection.

See Also