User Tools

Site Tools


api:dk11:delphi:vcl.giscontrollegend.tgis_controllegend.expand_igis_hierarchygroup

Table of Contents

TGIS_ControlLegend.Expand(IGIS_HierarchyGroup) method

DK11 for Delphi | VCL.GisControlLegend.TGIS_ControlLegend.Expand | Overloads | Constructors | Methods | Properties | Events

Expands of a legend item associated with the specific hierarchy group.

Available also on: Delphi FMX | .NET WinForms | Java | ActiveX.

Syntax

// Delphi
public
  procedure Expand(
    const _group : IGIS_HierarchyGroup
  ); overload;
// C++ Builder
public:
  void Expand(
    IGIS_HierarchyGroup* const _group
  ) /* overload */;

Parameters

Name Type Description
_group IGIS_HierarchyGroup the group to be expanded
2024/12/20 21:56

Page Tools