Class TdkwIntegerArray (unit Graph)

Inherits from

TObject

Constructors


constructor Create ;

************************************************************* * * TdkwIntegerArray Implementation * * This class maintains a dynamic array which automatically * resizes to accomodate a large number of entries (up to the * 64k limit of the 16-bit Delphi memory allocation.


Functions

destructor Destroy ;

Destroy a dynamic array

function GetValue ( Index: Integer ): Integer ;

Read a value from the array

procedure SetValue ( Index: Integer ; Value: Integer ) ;

Set a value in the array

Properties

property Value : Integer


Events

Variables

Data : PdkwIntegerArrayData ;


Size : Integer ;



Constructors


constructor Create ;

************************************************************* * * TdkwIntegerArray Implementation * * This class maintains a dynamic array which automatically * resizes to accomodate a large number of entries (up to the * 64k limit of the 16-bit Delphi memory allocation.) * **************************************************************) (* Create a new dynamic array


Functions


destructor Destroy ;

Destroy a dynamic array


function GetValue ( Index: Integer ): Integer ;

Read a value from the array


procedure SetValue ( Index: Integer ; Value: Integer ) ;

Set a value in the array


Properties


property Value : Integer


Events


Variables


Data : PdkwIntegerArrayData ;


Size : Integer ;