JVCL Help:TJvXPLayout

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

Search in JVCL Help

 
Search in all projects
 

Summary

Specifies how images are drawn in relation to text in a control.

run\JvXPButtons.pas


Pascal

 run\JvXPButtons.pas
 TJvXPLayout = (
blGlyphLeft,
blGlyphRight,
blGlyphTop,
blGlyphBottom
);


Members

Members Description
blGlyphLeft Image is drawn to the left of the text.
blGlyphRight Image is drawn to the right of the text.
blGlyphTop Image is drawn above the text.
blGlyphBottom Image is drawn below the text.

run\JvXPButtons.pas


Description

The TJvXPLayout is used by the Layout property of TJvXPCustomButton and descendants.

run\JvXPButtons.pas


About

Navigation

no pages or subcategories

run\JvXPButtons.pas



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