TdxNavBarViewInfo.GetGroupViewInfoByGroup(TdxNavBarGroup) Method
Returns ViewInfo information for the specified group.
Declaration
function GetGroupViewInfoByGroup(AGroup: TdxNavBarGroup): TdxNavBarGroupViewInfo; virtual;
Parameters
Name | Type |
---|---|
AGroup | TdxNavBarGroup |
Returns
Type |
---|
TdxNavBarGroupViewInfo |
Remarks
This function enables you to obtain the ViewInfo information for the desired group. The group is specified by the AGroup parameter. Using this function is the alternative to using the Groups property that returns the ViewInfo information of groups by their indexes.
See Also