TdxBackground.RepaintNeeded(TdxBackgroundParams) Method
In This Article
Specifies whether the report background needs repainting.
#Declaration
Delphi
function RepaintNeeded(AChangeWhats: TdxBackgroundParams): Boolean; virtual;
#Parameters
Name | Type |
---|---|
AChange |
Tdx |
#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 |
---|---|
bp |
Background color has been changed. |
bp |
Brush style has been changed. |
bp |
Mode has been changed. |
bp |
Picture mode has been changed. |
bp |
Picture has been changed. |
See Also