Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Compilation exception
Wed, Feb 1 2012 5:17 PMPermanent Link

Robert Devine

Hi Tim

I have an external class as follows:

external TDataTable = class
  public
    property name: string read;
  end;

When I initially declared it I neglected to add the "read". I pass an
instance of a TDataTable as a param in a callback. When I tried to
compile it I got an exception in the IDE which was cured by adding the
"read".

Cheers, Bob
Fri, Feb 3 2012 8:05 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Bob,

<< When I initially declared it I neglected to add the "read". I pass an
instance of a TDataTable as a param in a callback. When I tried to compile
it I got an exception in the IDE which was cured by adding the "read". >>

Thanks, will make sure that this is fixed when I'm doing some improvements
to the compiler this weekend.

--
Tim Young
Elevate Software
www.elevatesoft.com
Image