User Tools

Site Tools


api:dk11:delphi:gistypesui.tgis_bitmap.isnilorempty_tgis_bitmap

Table of Contents

TGIS_Bitmap.IsNilOrEmpty method

DK for Delphi | GisTypesUI.TGIS_Bitmap.IsNilOrEmpty | Constructors | Methods | Properties

Test if bitmap is empty or nil

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

Syntax

// Delphi
public
  class function IsNilOrEmpty(
    const _bmp : TGIS_Bitmap
  ) : Boolean; inline;
// C++ Builder
public:
  __classmethod bool IsNilOrEmpty(
    TGIS_Bitmap* const _bmp
  );

Parameters

Name Type Description
_bmp TGIS_Bitmap bitmap to test

Result

Type Description
Boolean True if bitmap is not allocated or is empty.
2025/06/10 20:55

Page Tools