Vcl.Grids.TCustomGrid.SizeChanged

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure SizeChanged(OldColCount, OldRowCount: Longint); dynamic;

C++

DYNAMIC void __fastcall SizeChanged(int OldColCount, int OldRowCount);

Propriétés

Type Visibilité  Source Unité  Parent
procedure
function
protected
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids TCustomGrid

Description

Répond aux modifications de taille de la grille.

La méthode SizeChanged sert d'interface à une méthode répondant à la modification du nombre de lignes ou de colonnes de la grille. La méthode SizeChanged de TCustomGrid n'a aucun effet. Les descendants de TCustomGrid surchargent cette méthode pour effectuer des ajustements internes ou générer des événements.

Voir aussi