Class TvxIntegerMap

Unit

Declaration

type TvxIntegerMap = class(TvxCustomMap)

Description

TvxIntegerMap

Hierarchy

Overview

Methods

Public destructor Destroy; override;
Public function Empty: Boolean; override;
Public procedure Clear(FillValue: Integer);

Properties

Public property ValPtr[X,Y:Integer]: PInteger read GetValPtr;
Public property Value[X,Y:Integer]: Integer read GetValue write SetValue;
Public property Bits: PIntegerArray read GetBits;

Description

Methods

Public destructor Destroy; override;
 
Public function Empty: Boolean; override;
 
Public procedure Clear(FillValue: Integer);
 

Properties

Public property ValPtr[X,Y:Integer]: PInteger read GetValPtr;
 
Public property Value[X,Y:Integer]: Integer read GetValue write SetValue;
 
Public property Bits: PIntegerArray read GetBits;
 

Generated by PasDoc 0.15.0.