Skip to main content

TdxNavBarViewsFactory.UnRegisterView(Integer) Method

Un-registers a custom View that was previously registered within the NavBar control.

Declaration

procedure UnRegisterView(AID: Integer);

Parameters

Name Type Description
AID Integer

A unique View identifier.

Remarks

The AID parameter value identifies a View to un-register. This value is used to apply a View to the NavBar control via the View property.

Note

You must call the UnRegisterView procedure within the finalization section of the unit that contains your View implementation. To register a custom View, call the RegisterView procedure within the initialization unit section.

See Also