Re: c# and delphi

Eric
Date: 02/10/05


Date: Thu, 10 Feb 2005 13:24:56 -0800

Matthias H. wrote:

> I found it out but not with oleview. In the function I wanted to call
> I use "out" to reference a parameter. There must be "ref" instead.

And you should use early binding in Delphi - this is faster and
type-aware. Just import the .tlb file with Delphi's project menu. It
will create a .pas file that is similar to a proxy class in C#. You can
use the PAS file as a component to install in the VCL palette, or you
can dynamically create it.

Eric



Relevant Pages

  • Re: Convert C-Builder program to Delphi?
    ... the Delphi project structure look exactly like the C-Builder ... For each .pas file, just put together a very short, syntactically ... Highlight the proper place in the Project Manager, ... extern int MAX_STORED_UNITS; ...
    (comp.lang.pascal.delphi.misc)
  • Re: Convert C-Builder program to Delphi?
    ... the Delphi project structure look exactly like the C-Builder ... For each .pas file, just put together a very short, syntactically ... Highlight the proper place in the Project Manager, ... extern int MAX_STORED_UNITS; ...
    (comp.lang.cpp)
  • Always appreciate the little things given to you.
    ... here's another reason why I love Delphi. ... Before I can start testing it, my notebook running XP ... the corrupted .pas file, ...
    (borland.public.delphi.non-technical)
  • Re: Custom Container Pack for Delphi 6 to 2006
    ... Tested the update on Delphi 2005 still can't work but it work without any ... I wanted to create a TForm composite component. ... Meaning it only have *.pas file but doesn;t have *.DFM file. ... Alex KONG wrote: ...
    (borland.public.delphi.thirdpartytools.general)