Logo
Explore Help
Register Sign In
pascal/lazarus-ccr
1
0
Fork 0
You've already forked lazarus-ccr
Code Issues Releases Activity
Files
c95d86dba082c99173b6dc50f714c99dba0938a4
lazarus-ccr/components/jvcllaz/examples/JvInterpreterDemos/JvInterpreterSimple/JvInterpreterSimpleExpression.lpr

17 lines
309 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
program JvInterpreterSimpleExpression;
{$mode objfpc}{$H+}
uses
Interfaces, Forms,
JvInterpreterSimpleExpressionFm in 'JvInterpreterSimpleExpressionFm.pas' {Form1};
{$R *.res}
begin
jvcllaz: Check and fix compilation and examples for Laz 2.0.10/FPC 3.2.0 git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@7536 8e941d3f-bd1b-0410-a28a-d453659cc2b4
2020-07-10 18:11:22 +00:00
Application.Scaled:=True;
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
Application.Initialize;
Application.CreateForm(TForm1, Form1);
Application.Run;
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