JVCL Help:TJvInspectorBorlandPainter.Setup@TCanvas
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorBorlandPainter.Setup Method
[+] TJvInspectorBorlandPainter Events
[+] TJvInspectorBorlandPainter Methods
[+] TJvInspectorBorlandPainter Properties
Search in JVCL Help
Search in all projectsSummary
Initializes the painter.
Pascal
procedureSetup(constACanvas: TCanvas); override;
Parameters
Parameters | Description |
const ACanvas: TCanvas | Description for this parameter |
Description
Setup initializes the painter to use the specified canvas and initializes the Canvas.Brush.Color to the BackgroundColor.
Setup is called by the Inspector.Paint method before it issues the paint request.
Descendants can override this method to do additional initialization if needed.
See Also
TJvCustomInspector.Paint, TJvInspectorPainter.BackgroundColor, TJvInspectorPainter.Canvas
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page