API:Vcl.Grids.TDrawCellEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDrawCellEvent = procedure (Sender: TObject; ACol, ARow: Longint;
Rect: TRect; State: TGridDrawState) of object;

C++

typedef void __fastcall (__closure *TDrawCellEvent)(System::TObject* Sender, System::LongInt ACol, System::LongInt ARow, const System::Types::TRect &Rect, TGridDrawState State);

Properties

Type Visibility Source Unit Parent
type
typedef
public
Vcl.Grids.pas
Vcl.Grids.hpp
Vcl.Grids Vcl.Grids

Description

Embarcadero Technologies does not currently have any additional information.