Define a property to pass an array
From: Frank (iuesei_at_virgilio.it)
Date: 12/24/03
- Previous message: Steven: "Re: howto save runtime info"
- Next in thread: J French: "Re: Define a property to pass an array"
- Reply: J French: "Re: Define a property to pass an array"
- Reply: Rick Carter: "Re: Define a property to pass an array"
- Reply: VBDis: "Re: Define a property to pass an array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ?
- Previous message: Steven: "Re: howto save runtime info"
- Next in thread: J French: "Re: Define a property to pass an array"
- Reply: J French: "Re: Define a property to pass an array"
- Reply: Rick Carter: "Re: Define a property to pass an array"
- Reply: VBDis: "Re: Define a property to pass an array"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|