Difference between revisions of "Register (package)"

From Lazarus wiki
Jump to navigationJump to search
m (Typo)
Line 1: Line 1:
 
A [[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.
 
A [[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.
 +
 +
* [[RegisterUnit]]
 +
* [[RegisterPackage]]
 +
* [[RegisterComponents]]
 +
* [[RegisterPropertyEditor]]
  
 
[[Category:Packages]]
 
[[Category:Packages]]

Revision as of 19:30, 27 June 2014

A 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.