FMX.Grid.TGridModel.DoRowCountChanged

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoRowCountChanged(const OldValue, NewValue: Integer); virtual;

C++

virtual void __fastcall DoRowCountChanged(const int OldValue, const int NewValue);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid TGridModel

Description

Method that is executed when the number of rows changes.

DoRowCountChanged receives the previous number of rows and the current number of rows as parameters.