TdxBarCaptionButton.Collection Property
In This Article
Provides access to a collection of toolbar title buttons specified for the current toolbar.
#Declaration
Delphi
property Collection: TdxBarCaptionButtons read;
#Property Value
Type |
---|
Tdx |
#Remarks
Using the collection’s Items property, you can obtain access to any individual button that is stored in the collection.
See Also