JVCL Help:TJvSpecialProgress.Create
JVCL Help: TJvSpecialProgress.Create Constructor
Search in JVCL Help
Search in all projectsSummary
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:
- Minimum is set to 0.
- Maximum is set to 100.
- StartColor is set to clWhite, EndColor is set to clBlack.
- Position is set to 0.
- Solid, TextCentered, GradientBlocks and Transparent are set to false.
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