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

From Free Pascal wiki
Jump to navigationJump to search
 
(4 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 +
{{IDE Window: Create new package component}}
 +
 
This IDE dialog allows to select a design time package where to add a new component.
 
This IDE dialog allows to select a design time package where to add a new component.
  
Line 8: Line 10:
  
 
Exists since 0.9.31.
 
Exists since 0.9.31.
 +
 +
==See also==
 +
* [[How To Write Lazarus Component]]
 +
 +
[[Category:Component Creation]]
 +
[[Category:Packages]]

Latest revision as of 13: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