TTMSFNCDataGridRendererCell.DrawContent Method
Draws the cell content using the provided graphics context. Called by the renderer for both screen painting and export operations.
API unit family: TMSFNCDataGridRenderer
Declaring type: TTMSFNCDataGridRendererCell
Syntax
procedure DrawContent(AGraphics: TTMSFNCGraphics); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics context to draw into. |