JVCL Help:TJvSystemPopup.Create
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSystemPopup.Create Constructor
[+] TJvSystemPopup Methods
[+] TJvSystemPopup Properties
Search in JVCL Help
Search in all projectsSummary
Creates and initializes a new TJvSystemPopup object.
Pascal
constructorCreate(AOwner: TComponent); override;
Parameters
Parameters | Description |
AOwner: TComponent | A component, typically the form, that is responsible for freeing the component. |
Description
Use Create to create and initialize a new TJvSystemPopup object.
Create calls the inherited Create method, then sets the initial values for the component as follows:
- Position is set to ppNone.
- PositionInMenu is set to pmTop.
See Also
TJvSystemPopup.Position, TJvSystemPopup.PositionInMenu
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