Vcl.Grids.TCustomGrid.FixedCellClick

De RAD Studio API Documentation
Aller à : navigation, rechercher

Delphi

procedure FixedCellClick(ACol, ARow: Longint); dynamic;

C++

DYNAMIC void __fastcall FixedCellClick(int ACol, int ARow);

Propriétés

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

Description

Déclenche l'événement OnFixedCellClick.

FixedCellClick est appelée quand l'utilisateur clique dans une cellule fixe. Les classes descendantes peuvent redéfinir FixedCellClick pour supporter un traitement personnalisé pour cet événement. Telle que définie dans TCustomGrid, FixedCellClick déclenche simplement l'événement OnFixedCellClick.

OnFixedCellClick est seulement déclenché si la propriété Options inclut l'option goFixedRowClick ou goFixedColClick, ou les deux options. Au moins une ligne ou une colonne fixe doit être définie.

Voir aussi