Logo
Explore Help
Register Sign In
pascal/lazarus-ccr
1
0
Fork 0
You've already forked lazarus-ccr
Code Issues Releases Activity
Files
b977a4e676189f150d1f6213d4b99fa41299b099
lazarus-ccr/components/jvcllaz/design/JvPascalInterpreter/jvpascalinterpreterreg.pas

26 lines
344 B
ObjectPascal
Raw Normal View History

jvcllaz: Add TJvInterpreter units in JvPascalInterpreter package, including two demos. Change MIME type of all package files to text/xml. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-07 13:08:59 +00:00
unit JvPascalInterpreterReg;
{$mode objfpc}{$H+}
interface
uses
Classes, SysUtils;
procedure Register;
implementation
{$R ..\..\resource\jvpascalinterpreterreg.res}
uses
JvDsgnConsts, JvInterpreter;
procedure Register;
begin
jvcllaz: Package description of JvPascalInterpreter packages. Move to JVCL NonVisual palette. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7247 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-07 18:17:27 +00:00
RegisterComponents(RsPaletteJvclNonVisual, [TJvInterpreterProgram]); //, TJvInterpreterFm]);
jvcllaz: Add TJvInterpreter units in JvPascalInterpreter package, including two demos. Change MIME type of all package files to text/xml. git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7246 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-01-07 13:08:59 +00:00
end;
end.
Reference in New Issue Copy Permalink
Powered by Gitea
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API