TdxNavBarViewsFactory.IDs Property
Provides zero-based indexed access to the identity values of registered Views.
Declaration
property IDs[AIndex: Integer]: Integer read;
Property Value
Type |
---|
Integer |
Remarks
The AIndex parameter specifies the index of the View whose identity value is to be obtained. This parameter value can vary from 0 to Count - 1.
See Also