Skip to main content

TdxNavBarViewsFactory Class

Stores registered NavBar control Views.

Declaration

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.

Inheritance

TObject
TdxNavBarViewsFactory
See Also