Table of Contents

TTMSFNCDataGridCheckedCell.Draw Method

Performs a full repaint of the cell using AGraphics; calls DrawBackground, DrawContent, and all other draw sub-steps.

API unit family: TMSFNCDataGridCell Declaring type: TTMSFNCDataGridCheckedCell Inherited from: TTMSFNCDataGridCell

Syntax

procedure Draw(AGraphics: TTMSFNCGraphics); virtual;

Parameters

Name Description
AGraphics The graphics context to draw into.