Difference between revisions of "Register (package)"

From Lazarus wiki
Jump to navigationJump to search
(Created page with "Aa Lazarus package that is intended to be installed needs a '''Register''' procedure which declares all the packages components and corresponding files as well the tab onwhich...")
 
Line 1: Line 1:
Aa Lazarus package that is intended to be installed needs a '''Register''' procedure which declares all the packages components and corresponding files as well the tab onwhich te components are to be located.
+
Aa [[Lazarus Packages|Lazarus package]] that is intended to be installed needs a '''Register''' procedure which declares all the packages components and corresponding files as well the tab on which the [[component]]s are to be located.
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 13:59, 27 June 2014

Aa Lazarus package that is intended to be installed needs a Register procedure which declares all the packages components and corresponding files as well the tab on which the components are to be located.