JVCL Help:JvXPSetDrawFlags
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: JvXPSetDrawFlags procedure
[+] JvXPCoreUtils.pas Functions
Search in JVCL Help
Search in all projectsSummary
Adjusts Flags according to the values of the parameters.
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. |
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.
See Also
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