[Overview][Types][Classes][Index] Reference for unit 'DynamicArray' (#lazutils)

Reference for unit 'DynamicArray'

Implements a resizable 2-D array of Pointers.

uses

  System,

  Classes,

  sysutils;

Overview

dynamicarray.pasimplements a resizable 2-D array of Pointers. It is used in the implementation of TCustomGrid, TDrawGrid and TStringGrid.

This file is part of the LazUtils package.

Author: Jesus Reyes