IDE: comment

git-svn-id: trunk@45088 -
This commit is contained in:
mattias 2014-05-19 07:17:17 +00:00
parent d2e17ae21c
commit ff794a0e77

View File

@ -480,7 +480,8 @@ type
// and are not compiled into projects.
// The IDE calls the 'register' procedures of each unit.
lptRunAndDesignTime,// RunAndDesignTime packages can do anything.
lptRunTimeOnly // as lptRunTime, but they can not be used in the IDE
lptRunTimeOnly // as lptRunTime, but they can not be installed in the
// IDE, not even indirectly
);
TLazPackageTypes = set of TLazPackageType;