FMX.Grid.TGridModel.DoRowCountChanged
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.