JVCL Help:JvXPPlaceText
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPPlaceText procedure
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Calculates and draws text.
Pascal
run\JvXPCoreUtils.pas
procedureJvXPPlaceText(constAParent: TControl; constACanvas: TCanvas; constAText: TCaption; constAFont: TFont; constAEnabled: Boolean; constAShowAccelChar: Boolean; constAAlignment: TAlignment; constAWordWrap: Boolean; varRect: TRect);
Parameters
Parameters | Description |
const AParent: TControl | The parent of the control being drawn into. |
const ACanvas: TCanvas | The canvas to draw on. |
const AText: TCaption | The text to draw. |
const AFont: TFont | The font to use. |
const AEnabled: Boolean | Draw text enabled or disabled. |
const AShowAccelChar: Boolean | Draw accelerator characters or not. |
const AAlignment: TAlignment | Alignment of text. |
const AWordWrap: Boolean | Wordwrapping on/off. |
var Rect: TRect | The rect to draw in. |
Description
Use JvXPPlaceText to simplify the drawing of text.
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