User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewerparent.controlflash_integer_integer

Table of Contents

IGIS_ViewerParent.ControlFlash method

DK for ActiveX | TatukGIS_XDK11.IGIS_ViewerParent.ControlFlash | Methods

Do flash.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public void ControlFlash(
  int _times,
  int _delay
);
' VisualBasic
Public Sub ControlFlash(
  ByVal _times As Integer,
  ByVal _delay As Integer
)
// Oxygene
public
  procedure ControlFlash(
    _times : Integer;
    _delay : Integer
  );

Parameters

Name Type Description
_times int
Integer
how many times
_delay int
Integer
delay between each flash

Remarks

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

2025/01/31 01:03

Page Tools