Skip to main content

TdxNavBarViewsFactory Members

Stores registered NavBar control Views.

Properties

Name Description
Count Returns the number of Views within the list.
IDs Provides zero-based indexed access to the identity values of registered Views.
Names Provides indexed access to the names of registered Views.
PainterClasses Provides indexed access to the list of painter classes that implement drawing of NavBar control Views.

Methods

Name Description
Equals(TObject) Inherited from TObject.
GetHashCode Inherited from TObject.
GetIDFromName(string) Returns the identity value of the NavBar control View by its name.
IndexOfID(Integer) Returns the index of the NavBar control View by its identity value.
IndexOfName(string) Returns the index of the NavBar control View by its name.
IsViewRegistered(Integer) Determines whether the specified NavBar control View is registered.
RegisterView(Integer,string,TdxNavBarPainterClass) Registers a custom View so that it can be applied to the NavBar control.
ToString Inherited from TObject.
UnRegisterView(Integer) Un-registers a custom View that was previously registered within the NavBar control.
See Also