User Tools

Site Tools


api:dk11:delphi:gisconfig.tgis_config.writebitmap_string_tgis_bitmap_tgis_bitmap

Table of Contents

TGIS_Config.WriteBitmap method

DK11 for Delphi | GisConfig.TGIS_Config.WriteBitmap | Constructors | Fields | Methods | Properties

Write parameters given by _name.

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

Syntax

// Delphi
public
  procedure WriteBitmap(
    const _name : String;
    const _value : TGIS_Bitmap;
    const _default : TGIS_Bitmap
  );
// C++ Builder
public:
  void WriteBitmap(
    const UnicodeString _name,
    TGIS_Bitmap* const _value,
    TGIS_Bitmap* const _default
  );

Parameters

Name Type Description
_name String name of value
_value TGIS_Bitmap value of the parameter
_default TGIS_Bitmap default value of the parameter
2022/11/16 01:14

Page Tools