Zitat von Graeme Geldenhuys <[EMAIL PROTECTED]>: > OK skip that, I found the documentation on the FPC website, but why > didn't Lazarus detect it via F1? I'm using Lazarus v0.9.25 r13826M > i386-linux-gtk > > SimpleIPC docs: > http://www.freepascal.org/docs-html/fcl/simpleipc/index.html
The current F1 works this way: It searches the declaration to create the help path and then starts a browser. fcl/simpleipc/tsimpleipc.html package/unit/identifier This works here if you add the simpleipc unit to your uses clause. Mattias > > > Graeme. > > > On 19/02/2008, Graeme Geldenhuys <[EMAIL PROTECTED]> wrote: > > Hi, > > > > Vincent mentioned in another thread the TSimpleIPC class. Typing the > > class name and pressing F1 on it brings up no help. Is there any > > documentation on the TSimpleIPC class? > > > > > > Regards, > > - Graeme - > > > > > > _______________________________________________ > > fpGUI - a cross-platform Free Pascal GUI toolkit > > http://opensoft.homeip.net/fpgui/ > > > _______________________________________________ > Lazarus mailing list > [email protected] > http://www.lazarus.freepascal.org/mailman/listinfo/lazarus > ------------------ Powered by NetMail _______________________________________________ Lazarus mailing list [email protected] http://www.lazarus.freepascal.org/mailman/listinfo/lazarus
