pl.comp.lang.delphi
[Top] [All Lists]

Re: Delphi i skrypty

Subject: Re: Delphi i skrypty
From: kornik
Date: Wed, 30 Jul 2008 15:33:23 +0200
Newsgroups: pl.comp.lang.delphi



Ani jedna, ani druga nie zawiera PHPEngine.

Jak szukać tych drugich komponentów?

Pozdrawiam,
MariuszB


Ta zawiera:

http://sourceforge.net/project/showfiles.php?group_id=48329&package_id=94501&release_id=530062

I kawałek kodu

procedure Register;
begin
  {$IFDEF VERSION10}
  RegisterSplashScreen;
  {$ENDIF}
  RegisterComponents('PHP', [TPHPEngine]);
  RegisterComponents('PHP', [TpsvPHP]);
  RegisterComponents('PHP', [TPHPLibrary]);
  RegisterComponents('PHP', [TPHPClass]);
  RegisterComponents('PHP', [TPHPSystemLibrary]);
RegisterPropertyEditor(TypeInfo(String), TpsvPHP, 'FileName', TScriptFileProperty); RegisterPropertyEditor(TypeInfo(TPHPAboutInfo), TPHPComponent, 'About', TPHPVersionEditor); RegisterPropertyEditor(TypeInfo(TPHPAboutInfo), TCustomPHPExtension, 'About', TphpVersionEditor);
  RegisterComponentEditor(TPHPExtension, TpsvPHPEditor);
  RegisterComponentEditor(TPHPLibrary, TpsvPHPEditor);
end;

<Prev in Thread] Current Thread [Next in Thread>
Privacy Policy