Vcl.DBGrids.TDrawColumnCellEvent

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TDrawColumnCellEvent = procedure (Sender: TObject; const Rect: TRect;
DataCol: Integer; Column: TColumn; State: TGridDrawState) of object;

C++

typedef void __fastcall (__closure *TDrawColumnCellEvent)(System::TObject* Sender, const System::Types::TRect &Rect, int DataCol, TColumn* Column, Vcl::Grids::TGridDrawState State);

Properties

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

Description

Embarcadero Technologies does not currently have any additional information.