Icon Create Method

constructor Create(ARows: TGridRows; AID: Integer)

Available In: Visual Client Applications

Use this method to create a new instance of the TGridRow class. The ARows parameter indicates the parent grid rows instance that will manage the row, and the AID parameter indicates the unique ID used to identify the grid row.
Image