|
But
that's an array of records. That is different from a string, which is
dynamic. A string is always a pointer to the memory that actually holds the
string, and that pointer changes were it points if you change the contents of
the string (because the string gets reallocated). A record is by comparison
static. I believe an array of records is actually an array of the record memory,
rather than an array of pointers to the records.
David.
|
_______________________________________________ Delphi mailing list [EMAIL PROTECTED] http://ns3.123.co.nz/mailman/listinfo/delphi
