Recent

Author Topic: KOL-CE identifier idents no member  (Read 5344 times)

thomas65

  • Newbie
  • Posts: 1
KOL-CE identifier idents no member
« on: February 13, 2010, 06:35:02 pm »
I am using Lazarus 0.9.28.2, FPC 2.2.4, cross-arm-wince-win32 with KOL-CE/MCK 2.80.3.
Installation worked successfully. Compiler settings other units "C:\lazarus\lcl\units\arm-wince\wince\", LCL-interface Wince,..

I just started a KOLProject, with a KOLForm and put a KOLEditBox and a KOLButton on the form.

Compiling worked successfully.

I changed the code to

Code: [Select]
procedure TForm1.Button1Click(Sender: PObj);
begin
  editbox1.setfocus;
end;

to give editbox1 the focus, when Button1 is clicked.

Compiling it, I got this error message:

pdarecorderimpl.pas(46,18) Error: identifier idents no member "setfocus"
pdarecorderimpl.pas(55) Fatal: There were 1 errors compiling module, stopping

Can you help me?

Thanks

 

TinyPortal © 2005-2018