JVCL Help:TJvSpacer.Create

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

Search in JVCL Help

 
Search in all projects
 

Summary

Creates and initializes an instance of JvSpacer.


Pascal

 constructorCreate(AOwner: TComponent); override;


Parameters

Parameters Description
AOwner: TComponent The owner for the instance of TJvSpacer.


Description

Call Create to create an instance of JvSpacer at runtime. A JvSpacer component placed on a form at design time is created automatically.
Create calls the inherited Create method, then sets the initial values for the spacing object as follows:

  • Spacing is set 4.
  • csAcceptsControls and csSetCaption are removed from ControlStyle.


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