Problem with TMultiGet class

Post Reply
User avatar
Marco Turco
Posts: 858
Joined: Fri Oct 07, 2005 12:00 pm
Location: London
Contact:

Problem with TMultiGet class

Post by Marco Turco »

Hi all,
I need a method like oGet:Assign() to use with TMultiGet in order to assign the modified value to the variable.

In some special situation the variable is not updated so I need to make this directly but the Assign() method is not supported in TMultiGet

Any ideas ?

Thanks in advance.
Best Regards,

Marco Turco
SOFTWARE XP LLP
User avatar
James Bott
Posts: 4840
Joined: Fri Nov 18, 2005 4:52 pm
Location: San Diego, California, USA
Contact:

Post by James Bott »

Try oGet:cText( cNewText )

James
Post Reply