Vcl.Grids.TFixedCellClickEvent

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

TFixedCellClickEvent = procedure (Sender: TObject; ACol, ARow: Longint) of object;

C++

typedef void __fastcall (__closure *TFixedCellClickEvent)(System::TObject* Sender, int ACol, int ARow);

Propriétés

Type Visibilité  Source Unité  Parent
type
typedef
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

TFixedCellClickEvent est le type procédural utilisé pour les événements OnFixedCellClick.

Déclarez des méthodes de type TFixedCellClickEvent pour leur affecter des événements OnFixedCellClick. Les paramètres ACol et ARow spécifient les coordonnées logiques de la cellule fixe sur lesquelles le clic se produit.

Voir aussi