FMX.Grid.TCellClick

提供: RAD Studio API Documentation
移動先: 案内検索

Delphi

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

C++

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

プロパティ

種類 可視性 ソース ユニット
type
typedef
public
FMX.Grid.pas
FMX.Grid.hpp
FMX.Grid FMX.Grid


説明

ユーザーがグリッド セルのいずれかをクリックした際に、特定のアクションを取らせるために使用される、イベントのタイプ。

関連項目