object Form1: TForm1 Left = 369 Height = 690 Top = 140 Width = 965 Caption = 'JvInterpreter Call Function Demo' ClientHeight = 690 ClientWidth = 965 Color = clBtnFace Font.Color = clWindowText OnCreate = FormCreate OnShow = FormShow LCLVersion = '2.1.0.0' object Label1: TLabel AnchorSideLeft.Control = Button2 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Edit1 AnchorSideTop.Side = asrCenter Left = 456 Height = 15 Top = 13 Width = 35 BorderSpacing.Left = 200 Caption = 'Result:' ParentColor = False end object Button1: TButton AnchorSideLeft.Control = Owner AnchorSideTop.Control = Owner Left = 12 Height = 25 Top = 8 Width = 113 AutoSize = True BorderSpacing.Left = 12 BorderSpacing.Top = 8 Caption = 'Call MyFunction' OnClick = Button1Click TabOrder = 0 end object Button2: TButton AnchorSideLeft.Control = Button1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Button1 Left = 137 Height = 25 Top = 8 Width = 119 AutoSize = True BorderSpacing.Left = 12 Caption = 'Call MyFunction2' OnClick = Button2Click TabOrder = 1 end object Edit1: TEdit AnchorSideLeft.Control = Label1 AnchorSideLeft.Side = asrBottom AnchorSideTop.Control = Button1 AnchorSideTop.Side = asrCenter Left = 503 Height = 23 Top = 9 Width = 121 BorderSpacing.Left = 12 ReadOnly = True TabOrder = 2 end object JvInterpreterProgram1: TJvInterpreterProgram OnGetValue = JvInterpreterProgram1GetValue left = 328 top = 96 end object SynPasSyn1: TSynPasSyn Enabled = False CommentAttri.Foreground = clTeal CompilerMode = pcmDelphi NestedComments = False left = 325 top = 272 end end