User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.loadfromresourcename_intptr_string

Table of Contents

TGIS_Bitmap.LoadFromResourceName(IntPtr; String) method

DK11 for Delphi | GisTypesUI.TGIS_Bitmap.LoadFromResourceName | Overloads | Constructors | Methods | Properties

Load bitmap from resource from specific module.

Available also on: .NET | Java | Python.

Syntax

// Delphi
public
  procedure LoadFromResourceName(
    const _ref : IntPtr;
    const _name : String
  ); overload;
// C++ Builder
public:
  void LoadFromResourceName(
    IntPtr* const _ref,
    const UnicodeString _name
  ) /* overload */;

Parameters

Name Type Description
_ref IntPtr module handle; to load DK standard resource use 0; see remarks for more
_name String resource name

Remarks

Parameter _ref should represent instance of the EXE or DLL modue containg the resource.

2022/11/30 19:19

Page Tools