DataGridRowStyleEventArgs.Create

Syntax

Create(Grid: IDataGrid; Row: Integer; StyleIndex: Integer);

Parameters

Grid - the table for which the event is generated.

Row - string index, for which event is generated.

StyleIndex - style index that should be used for table string.

Description

The Create constructor creates argument of the event when drawing table string.

See also:

DataGridRowStyleEventArgs