Define a property to pass an array

From: Frank (iuesei_at_virgilio.it)
Date: 12/24/03

  • Next message: J French: "Re: Danger of using FillMem() on a string? Speed of Abs()?"
    Date: Wed, 24 Dec 2003 14:12:06 GMT
    
    

    I need to pass a value from one Form to a second Form called by the first. I
    implemented a suggestion to define a property like the following:
         property Fullpath: string read fFullpath write fFullpath;

    In the calling Form, I initialize the Fullpath variable with the value I
    need, and the called Form uses it.
    This is ok for strings, but I need to pass a dynamic array. Can I do this
    and how do I define a correct property ?


  • Next message: J French: "Re: Danger of using FillMem() on a string? Speed of Abs()?"

    Relevant Pages

    • Re: Exit Edit Box on Form
      ... so the OnChange fires up at every ... > In Mr. DMNGV's suggestion, the KeyPress does not active after pressing any ... How are you showing the second form? ...
      (alt.comp.lang.borland-delphi)
    • Re: whats wrong with "lambda x : print x/60,x%60"
      ... the second form is clearer. ... >> But there is no suggestion that this should be the obligatory form. ... Antoon Pardon ...
      (comp.lang.python)
    • Re: open form from an acdialog form
      ... your suggestion was tried but failed. ... Hmm, it works for me. ... Were you trying to open the second form before the first form had become visible? ... Dirk Goldgar, MS Access MVP ...
      (microsoft.public.access.formscoding)
    • Re: Form hide / unhide
      ... the suggestion I got before didn't ... Ill explain again what I want to acomplish. ... second form (wouldnt be a subform anymore) but how do I ...
      (microsoft.public.access.forms)