Vcl.DBCGrids.TDBCtrlGrid.Canvas

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property Canvas: TCanvas read FCanvas;

C++

__property Vcl::Graphics::TCanvas* Canvas = {read=FCanvas};

Properties

Type Visibility Source Unit Parent
property public
Vcl.DbCGrids.pas
Vcl.DBCGrids.hpp
Vcl.DBCGrids TDBCtrlGrid

Description

Indicates the drawing surface used to draw the TDBCtrlGridObject.

Use the properties and methods of Canvas to draw an image of a panel in the TDBCtrlGrid object from an OnPaintPanel event handler.

See Also