Data.Bind.Components.TCustomBindGridLink.ResetGrid

From RAD Studio API Documentation
Jump to: navigation, search

[–] Properties
Type:
procedure
function
Visibility: public
Source:
Data.Bind.Components.pas
Data.Bind.Components.hpp
Unit: Data.Bind.Components
Parent: TCustomBindGridLink

Delphi

procedure ResetGrid; virtual;

C++

virtual void __fastcall ResetGrid();

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