Delphi

NAVIGATION
CATEGORIES
REFERRENCE
LINKS
  • Js Delphi Bridge.

    7 answers - 393 bytes - related search similar search Add To My Delicious Add To My Stumble Upon Add To My Google Mark Add To My Facebook Add To My Digg Add To My Reddit

    Hello,
    I want do something like this.
    Delphi :
    type tMyCoucou=class
    property name:string;
    end;
    Jscript :
    var t=new tmycoucou;
    t.name='test';
    I think "TJSClass" will do this
    but not implemented
    someone can help me to implement it ?
    okydoky.
    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.1 | | 70 bytes | |


    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.2 | | 1414 bytes | |

    Hi,

    are there any sample-code for this ?

    Thanks
    Karsten

    Sterling Bates schrieb:

    That should work as long as "property name: string" appears under the
    "published" scope keyword. Just being public won't work. Also, your
    JS code should read "var t = new tMycoucou();".

    Thanks,

    Sterling

    foxz wrote:
    >
    >Hello,
    >>

    >I want do something like this.
    >>

    >Delphi :
    >>

    >type tMyCoucou=class
    >property name:string;
    >end;
    >>

    >
    >>

    >Jscript :
    >>

    >var t=new tmycoucou;
    >t.name='test';
    >>
    >>
    >>

    >I think "TJSClass" will do this
    >but not implemented
    >>

    >someone can help me to implement it ?
    >>

    >okydoky.
    >
    >Delphi mailing list
    >Delphi (AT) mozdev (DOT) org
    >
    >>
    >>

    >
    >
    >
    >Delphi mailing list
    >Delphi (AT) mozdev (DOT) org
    >


    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.3 | | 586 bytes | |

    Hi,

    are there any sample-code for this ?

    Thanks
    Karsten

    Hello,

    I want do something like this.

    Delphi :

    type tMyCoucou=class
    property name:string;
    end;

    Jscript :

    var t=new tmycoucou;
    t.name='test';
    >
    >
    >

    I think "TJSClass" will do this
    but not implemented

    someone can help me to implement it ?

    okydoky.

    Delphi mailing list
    Delphi (AT) mozdev (DOT) org

    --

    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.4 | | 70 bytes | |


    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.5 | | 1415 bytes | |

    Hi Sterling,

    I'm sorry, I can't find any sample according to classes in the
    bridge-zip. Do you have any samples?

    Karsten

    Hi Karsten,

    If I recall correctly, the bridge zip file has a samples folder, and
    there are functional examples of classes in there.

    Sterling

    Karsten Wassermann wrote:
    >
    >>Hi,
    >>
    >>are there any sample-code for this ?
    >>
    >>Thanks
    >>Karsten
    >>
    >>
    >>
    >>

    >
    >>

    Hello,

    I want do something like this.

    Delphi :

    type tMyCoucou=class
    property name:string;
    end;

    Jscript :

    var t=new tmycoucou;
    t.name='test';

    I think "TJSClass" will do this
    but not implemented

    someone can help me to implement it ?

    okydoky.

    Delphi mailing list
    Delphi (AT) mozdev (DOT) org


    >>
    >>
    >>Delphi mailing list
    >>Delphi (AT) mozdev (DOT) org
    >>
    >>
    >>

    >
    >>

    >
    >
    >
    >Delphi mailing list
    >Delphi (AT) mozdev (DOT) org
    >


    Delphi mailing list
    Delphi (AT) mozdev (DOT) org
  • No.6 | | 382 bytes | |

    Karsten Wassermann :
    I'm sorry, I can't find any sample according to classes in the
    bridge-zip. Do you have any samples?

    Karsten, why don't you write a small sample class (just with the
    essentials) which you would expect to work but which does not, and post
    it here? We could thus point out what you're doing wrong, if that's the
    case.
  • No.7 | | 1341 bytes | |

    Hi Sterling,

    I'm sorry, I can't find any sample according to classes in the
    bridge-zip. Do you have any samples?

    Karsten

    Hi Karsten,

    If I recall correctly, the bridge zip file has a samples folder, and
    there are functional examples of classes in there.

    Sterling

    Karsten Wassermann wrote:
    >
    >>Hi,
    >>
    >>are there any sample-code for this ?
    >>
    >>Thanks
    >>Karsten
    >>
    >>
    >>
    >>

    >
    >>

    Hello,

    I want do something like this.

    Delphi :

    type tMyCoucou=class
    property name:string;
    end;

    Jscript :

    var t=new tmycoucou;
    t.name='test';

    I think "TJSClass" will do this
    but not implemented

    someone can help me to implement it ?

    okydoky.

    Delphi mailing list
    Delphi (AT) mozdev (DOT) org


    >>
    >>
    >>Delphi mailing list
    >>Delphi (AT) mozdev (DOT) org
    >>
    >>
    >>

    >
    >>

    >
    >
    >
    >Delphi mailing list
    >Delphi (AT) mozdev (DOT) org
    >

Re: Js Delphi Bridge.


max 4000 letters.
Your nickname that display:
In order to stop the spam: 5 + 4 =
QUESTION ON "Delphi"

EMSDN.COM