User Tools

Site Tools


api:dk11:delphi:gisinterfaces.igis_legendparent.controlsetvscrollposition_integer

Table of Contents

IGIS_LegendParent.ControlSetVScrollPosition method

DK11 for Delphi | GisInterfaces.IGIS_LegendParent.ControlSetVScrollPosition | Methods

Sets vertical scrollbar position.

Available also on: .NET | Java.

Syntax

// Delphi
public
  procedure ControlSetVScrollPosition(
    const _position : Integer
  );
// C++ Builder
public:
  void ControlSetVScrollPosition(
    const int _position
  ) = 0;

Parameters

Name Type Description
_position Integer position to set

Remarks

Do not call this method directly. Method is only for internal Legend/Parent communication.

2023/08/09 12:48

Page Tools