JVCL Help:TJvSpecialProgress.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 TJvSpecialProgress.


Pascal

 constructorCreate(AOwner: TComponent); override;


Parameters

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


Description

Call Create to create an instance of TJvSpecialProgress at runtime. A TJvSpecialProgress placed on a form at design time is created automatically.
Pass a single Component as a parameter to provide the progress bar with an Owner that is responsible for freeing it.
Create calls the inherited Create method, creates a timer, and then sets the initial values for the progress bar as follows:


See Also

TJvSpecialProgress.Destroy, TJvSpecialProgress.EndColor, TJvSpecialProgress.GradientBlocks, TJvSpecialProgress.Maximum, TJvSpecialProgress.Minimum, TJvSpecialProgress.Solid, TJvSpecialProgress.StartColor, TJvSpecialProgress.TextCentered, TJvSpecialProgress.TextOption


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