JVCL Help:TJvSpacer

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

Search in JVCL Help

 
Search in all projects
 

Class Hierarchy

TJvSpacer
run\JvSpacer.pas


Summary

Can be used as a spacer on a window.

run\JvSpacer.pas


Pascal

 run\JvSpacer.pas
 TJvSpacer = class(TJvCustomPanel);


Description

  1. JVCLInfo

TJvSpacer can be used as a spacer on a window. Use this component if you need to create a gap between two controls.
Set property Align to position the spacing object on the screen, and set property Spacing to determine the size of the control.
Note that you can't place components on a TJvSpacer, and that it has no caption.

run\JvSpacer.pas


About

Navigation

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