TdxNavBarPersistent Class
In This Article
Implements streaming functionality for objects owned by the TdxNavBar control.
#Declaration
Delphi
TdxNavBarPersistent = class(
TPersistent
)
#Remarks
This class introduces the NavBar property that allows you to access the owner NavBar control.
TdxNavBarPersistent descendants are mostly classes that represent NavBar option sets.
#Inheritance
TObject
TPersistent
TdxNavBarPersistent
See Also