Developer

TNxListGridView6

Ancestor (base) class of all list grid views capable to show Grid's data, and react on user input.

Unit: NxGridView6.pas (Sources\Next Grid)

Hierarchy

TObject

TPersistant

TComponent

TNxGridView6

TNxListGridView6

Remarks


This class can not be used as view, descendant classes should override (implement) number of virtual methods. Developers should sub-class this class for views where rows are displayed as 1 dimensional list/array (Report, Slides). For more specific views (like Icon view, subclassing TNxGridView6 is better solution and provide more control.

See also