Table of Contents

TTMSFNCDataGridNodeCell.DrawContent Method

Draws all cell content (text, control, sort indicator, filter button, comment indicator).

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

Overloads

Overload 1

Draws all cell content (text, control, sort indicator, filter button, comment indicator).

procedure DrawContent(AGraphics: TTMSFNCGraphics); virtual;

Parameters

Name Description
AGraphics The graphics context to draw into.

Overload 2

Renders the cell content and the expand/collapse glyph on top of it. Called by the grid renderer.

procedure DrawContent(AGraphics: TTMSFNCGraphics); override;

Parameters

Name Description
AGraphics Graphics surface used to render the cell content.