FMX.Grid.TCellClick

Aus RAD Studio API Documentation
Wechseln zu: Navigation, Suche

Delphi

TCellClick = procedure(const Column: TColumn; const Row: Integer) of object;

C++

typedef void __fastcall (__closure *TCellClick)(TColumn* const Column, const int Row);

Eigenschaften

Typ Sichtbarkeit Quelle Unit Übergeordnet
type
typedef
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid


Beschreibung

Typ eines Ereignisses für bestimmte Aktionen, die ausgelöst werden, wenn ein Benutzer auf eine Tabellenzelle klickt.

Siehe auch