You've already forked lazarus-ccr
jvcllaz: Separation of designtime and runtime code and all packages complete. Use package names and location of the Delphi version (WILL BREAK EXISTING CODE). Update examples.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5436 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
23
components/jvcllaz/design/JvDB/JvDBReg.pas
Normal file
23
components/jvcllaz/design/JvDB/JvDBReg.pas
Normal file
@@ -0,0 +1,23 @@
|
||||
unit JvDBReg;
|
||||
|
||||
{$mode objfpc}{$H+}
|
||||
|
||||
interface
|
||||
|
||||
uses
|
||||
SysUtils;
|
||||
|
||||
procedure Register;
|
||||
|
||||
implementation
|
||||
|
||||
uses
|
||||
Classes, JvDsgnConsts, JvDBHTLabel;
|
||||
|
||||
procedure Register;
|
||||
begin
|
||||
RegisterComponents(RsPaletteDBVisual, [TJvDBHTLabel]);
|
||||
end;
|
||||
|
||||
end.
|
||||
|
Reference in New Issue
Block a user