JVCL Help:JvXPPlaceText

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Calculates and draws text.

run\JvXPCoreUtils.pas


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.

run\JvXPCoreUtils.pas


Description

Use JvXPPlaceText to simplify the drawing of text.

run\JvXPCoreUtils.pas


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