JVCL Help:TJvDrawPosition

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

Search in JVCL Help

 
Search in all projects
 

Summary

Type used to define the position of the caption bar.

run\JvCaptionPanel.pas


Pascal

 run\JvCaptionPanel.pas
 TJvDrawPosition = (
dpLeft,
dpTop,
dpRight,
dpBottom
);


Members

Members Description
dpLeft The caption bar is aligned to left edge of the panel.
dpTop The caption bar is aligned to top edge of the panel.
dpRight The caption bar is aligned to right edge of the panel.
dpBottom The caption bar is aligned to bottom edge of the panel.

run\JvCaptionPanel.pas


Description

TJvDrawPosition is the type used to indicate the position of the caption bar.

run\JvCaptionPanel.pas


About

Navigation

no pages or subcategories

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