Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   GUI-Design mit VCL / FireMonkey / Common Controls (https://www.delphipraxis.net/18-gui-design-mit-vcl-firemonkey-common-controls/)
-   -   Delphi GDL-AktiveX plugin in delphi? (https://www.delphipraxis.net/49333-gdl-aktivex-plugin-delphi.html)

HPW 9. Jul 2005 08:26


GDL-AktiveX plugin in delphi?
 
Hallo,

Von graphisoft gibt es das GDL-Plugin für Architektur-Objekte.
Diese ActiveX kann man auch in eine delphi-Form importieren.
Das läuft auch soweit.

In einer Webpage kann man aber auch eine Kommunikation von Javascripte aus aufbauen und einen Returnwert triggern.

http://www.graphisoft.com/products/o...SettingDefault
Zitat:

1. Send the query to the object's instance:

GDL_Control.CallPlugin ("Command", "Parameter")

2. Request the result from the instance:

myVariable = GDL_Control.sResult
Das property sResult sehe ich auch im delphi-object-inspector.

In HTML sieht das dann so aus:

Delphi-Quellcode:
<INPUT type="button" value="Set myParam to 2" onclick="document.GDL_Control.CallPlugin ('SetParameter', 'smyParam=2')>

HPW 9. Jul 2005 08:56

Re: GDL-AktiveX plugin in delphi?
 
Oops!

Schon gefunden. Die Prozedure 'CallPlugin' war doch vorhanden.
Habe ich wohl erst übersehen.
;-(


Alle Zeitangaben in WEZ +1. Es ist jetzt 15:48 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz