JVCL Help:TJvXPGlyphLayout

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

Search in JVCL Help

 
Search in all projects
 

Summary

Determines the layout of images in XP style controls.

run\JvXPCore.pas


Pascal

 run\JvXPCore.pas
 TJvXPGlyphLayout = (
glBottom,
glCenter,
glTop
);


Members

Members Description
glBottom The image(s) are aligned to the bottom of the control.
glCenter The image(s) are centered in the control.
glTop The image(s) are aligned to the top of the control.

run\JvXPCore.pas


Description

TJvXPGlyphLayout defines the possible locations of images on a XP style control.

run\JvXPCore.pas


About

Navigation

no pages or subcategories

run\JvXPCore.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