FMX.Grid.TCellClick

From RAD Studio API Documentation
Jump to: navigation, search

C++

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

Properties

Type Visibility Source Unit Parent
typedef public 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