High(Array) TQuickRep

From: dieter (dieterdebuck_at_pandora.be)
Date: 01/22/04


Date: 22 Jan 2004 00:42:36 -0800

Hi,
I have declared a dynamic array,
And with for i:=0 to High(Array)-1 I loop through the array.
For each element of the array i have to print a column on a
Quickrep. When i do this on a pc where Delphi is installed
everything works fine, but when i do this on a customers pc
where Delphi is not installed, i never get to print the
last item in the array?
Does anybody know what the problem might be??
Thx
Dieter



Relevant Pages

  • Re: Problem closing app with big UDT
    ... Are you trying to pass the UDT between VB and Delphi, or do you just mean that the Delphi equivalent works fine? ... All the array sizes are multiples of 4, so the 4-byte alignment should be maintained throughout unless we screwed up somewhere. ... In any one app, maybe, but this dll is in production use in several different apps, in 3 different languages. ... So coming at it from a different direction is there any way I can, just in my VB app, send and receive the structure I need without actually passing it as a structure? ...
    (microsoft.public.vb.general.discussion)
  • Re: Problem closing app with big UDT
    ... Are you trying to pass the UDT between VB and Delphi, ... Passing it back and forth between a Delphi .dll to a VB application. ... ALL the data is of one of 3 types: Long, Double, or Byte array. ... In any one app, maybe, but this dll is in production use in several ...
    (microsoft.public.vb.general.discussion)
  • Re: Problem closing app with big UDT
    ... Do you have the two declarations (VB and Delphi) to post? ... the array specs. ... Match calls of complex types on both sides ... All the array sizes are multiples of 4, so the 4-byte alignment should ...
    (microsoft.public.vb.general.discussion)
  • Re: array of labels or array of buttons
    ... >>finally got a project that I can do in Delphi. ... >>time you cut and past one it asks if you want to make this an array. ... > draw the buttons in an OnDrawCell event handler of the stringgrid like ... ... > In this case I would use the Objects array of the string grid to store a value ...
    (alt.comp.lang.borland-delphi)
  • Re: Freeing a record which contains a string field leads to a memory/string leak ?!
    ... Delphi comes from Pascal, and although Pascal is a strongly typed ... ANSIStrings deliberately hide the memory allocation that is going on, ... AR:Array Of TRec; ... what Delphi is really providing is an Array of 4 byte pointers to ...
    (alt.comp.lang.borland-delphi)