TdxNavBarViewsFactory Class
In This Article
#Declaration
Delphi
TdxNavBarViewsFactory = class(
TObject
)
#Remarks
All registered Views are stored in the Views collection represented by a TdxNavBarViewsFactory
class instance. This class provides:
- Access to the View names, their identity values and corresponding painter classes.
- Access to the registered Views by their names and identity values.
- The ability to register and un-register custom Views.
Use the dxNavBarViewsFactory function to access a TdxNavBarViewsFactory
instance, associated with NavBar controls located on a form.
See Also