TTMSFNCCustomTableView.DrawBackground Method
Draws the control background.
API unit family: TMSFNCTableView
Declaring type: TTMSFNCCustomTableView
Syntax
procedure DrawBackground(AGraphics: TTMSFNCGraphics; ARect: TRectF); override;
Parameters
| Name | Description |
|---|---|
AGraphics |
Graphics context used for drawing. |
ARect |
Rectangle affected by the operation in control coordinates. |