Data.Bind.Components.TCustomBindGridLink.ResetGrid

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure ResetGrid; virtual;

C++

virtual void __fastcall ResetGrid();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Data.Bind.Components.pas
Data.Bind.Components.hpp
Data.Bind.Components TCustomBindGridLink

Description

Adjusts the number of rows in the grid control to correspond to the data source and refills the grid control from the data source.

See Also