Skip to main content

TdxNavBarViewInfo.Groups Property

Provides indexed access to ViewInfo information of individual groups.

Declaration

property Groups[Index: Integer]: TdxNavBarGroupViewInfo read;

Property Value

Type
TdxNavBarGroupViewInfo

Remarks

Use the Groups property to obtain an object of the TdxNavBarGroupViewInfo type which contains the ViewInfo information of a specific NavBar group. The Index parameter specifies zero-based index of the desired group. The total number of groups can be obtained via the GroupCount property.

You can use Groups and GroupCount properties to traverse through groups and obtain their ViewInfo settings.

See Also