Skip to main content

TdxNavBarViewsFactory.IsViewRegistered(Integer) Method

Determines whether the specified NavBar control View is registered.

Declaration

function IsViewRegistered(AID: Integer): Boolean;

Parameters

Name Type
AID Integer

Returns

Type
Boolean

Remarks

The View’s identity value is passed as the AID parameter. The function returns True, if the View with the specified identity value is registered.

See Also