Skip to main content
A newer version of this page is available. .
Pie
ra0

TcxCanvas.SetParams(TcxViewParams) Method

Updates the canvas brush and font settings from a specified source.

Declaration

procedure SetParams(const AParams: TcxViewParams);

Parameters

Name Type
AParams TcxViewParams

Remarks

Call this procedure and pass the source canvas settings as a parameter to update the Brush.Color, Font, and Font.Color properties with the AParams.Color, AParams.Font, and AParams.TextColor values.

See Also