TdxNavBarViewsFactory.IsViewRegistered(Integer) Method
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