JVCL Help:JvXPSetDrawFlags

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

Search in JVCL Help

 
Search in all projects
 

Summary

Adjusts Flags according to the values of the parameters.

run\JvXPCoreUtils.pas


Pascal

 run\JvXPCoreUtils.pas
 procedureJvXPSetDrawFlags(constAAlignment: TAlignment; constAWordWrap: Boolean; varFlags: Integer);


Parameters

Parameters Description
const AAlignment: TAlignment The alignment to include in Flags
const AWordWrap: Boolean The word wrap value to include in Flags.
var Flags: Integer Modified to include the values of AAlignment and AWordWrap.

run\JvXPCoreUtils.pas


Description

Use JvXPSetDrawFlags as an easy way to set Flags with the alignment and word wrap values. The DT_ENDELLIPSIS value is always included in Flags. Flags can be used in calls to DrawText and JvXPRenderText.

run\JvXPCoreUtils.pas


See Also

, JvXPRenderText

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