TdxBarPersistent Class
In This Article
The TdxBarPersistent class provides streaming functionality for objects owned by the bar manager component (see TdxBarManager).
#Declaration
Delphi
TdxBarPersistent = class(
TPersistent
)
#Remarks
The following TdxBarPersistent descendants are streamed to the form’s file:
TdxBarBackgrounds – specifies images used as the background for bars and submenus.
TdxBarImageOptions – represents bar item image options.
The BarManager property provides access to the owner.
#Inheritance
TObject
TPersistent
TdxBarPersistent
See Also