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


Pascal

 constructorCreate(AOwner: TComponent); override;


Parameters

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


Description

Call Create to create an instance of TJvSoundControl at runtime. A TJvSoundControl component placed on a form at design time is created automatically.
Pass a single Component as a parameter to provide the control with an Owner that is responsible for freeing it.


See Also

TJvSoundControl.Destroy


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