|
|
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;
|
|