FMX.Grid.TSelectCell

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TSelectCell = procedure(Sender: TObject; const ACol, ARow: Integer; var CanSelect: Boolean) of object;

C++

typedef void __fastcall (__closure *TSelectCell)(System::TObject* Sender, const int ACol, const int ARow, bool &CanSelect);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.