TdxNavBarViewsFactory Methods
Stores registered NavBar control Views.| 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. |
| PopulateDesignList(TStrings,TdxNavBarViewCategories,Boolean) | |
| PropertyTextToViewName(string) | |
| 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