FMX.Grid.TCellClick

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

Type Visibility Source Unit Parent
type
typedef
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid

Description

Type of events used for taking specific actions when a user clicks one of the grid cells.

See Also