Skip to main content

TdxBackground.RepaintNeeded(TdxBackgroundParams) Method

Specifies whether the report background needs repainting.

Declaration

function RepaintNeeded(AChangeWhats: TdxBackgroundParams): Boolean; virtual;

Parameters

Name Type
AChangeWhats TdxBackgroundParams

Returns

Type
Boolean

Remarks

The RepaintNeeded method is used internally to specify whether report background needs repainting and which element of the background should be processed.

Value Description
bpBkColor Background color has been changed.
bpBrush Brush style has been changed.
bpMode Mode has been changed.
bpPictureMode Picture mode has been changed.
bpPicture Picture has been changed.
See Also