Difference between revisions of "IDE Window: Create new package component"

From Lazarus wiki
Jump to navigationJump to search
 
Line 13: Line 13:
 
==See also==
 
==See also==
 
* [[How To Write Lazarus Component]]
 
* [[How To Write Lazarus Component]]
 +
 +
[[Category:Component Creation]]
 +
[[Category:Packages]]

Latest revision as of 12:47, 23 June 2018

English (en)

This IDE dialog allows to select a design time package where to add a new component.

This dialog is invoked via Package / New component or via the IDE short cut New package component.

For details about creating the component see Add to package dialog.

To add the component to a new package select (Create new package).

Exists since 0.9.31.

See also