Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 5 of 5 total
Thread Hint Property
Wed, Mar 4 2020 10:53 AMPermanent Link

Douglas Lyman

Where did the TGridCell.Hint property go?
Wed, Mar 4 2020 1:18 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Doug,

<< Where did the TGridCell.Hint property go? >>

I just checked EWB 2 and it wasn't public or published for the TGridCell class in EWB 2 either.  Did you, perhaps, add it yourself in the source ?

Tim Young
Elevate Software
www.elevatesoft.com
Thu, Mar 5 2020 4:35 PMPermanent Link

Douglas Lyman

<< I just checked EWB 2 and it wasn't public or published for the TGridCell class in EWB 2 either.  Did you, perhaps, add it yourself in the source ?

No.  I have made no changes to the library units.  Still works in EWB 2.  Much needed functionality in my application.
Thu, Mar 5 2020 7:38 PMPermanent Link

Raul

Team Elevate Team Elevate

On 3/5/2020 4:35 PM, Douglas Lyman wrote:
> No.  I have made no changes to the library units.  Still works in EWB 2.  Much needed functionality in my application.

This is kind of curious actually.

In EWB2 i just tried and i can set a TGridCell hint value.

Either direct or in something like "OnCellUpdate" event.

Looking at the WebGrids unit the TGridCell declaration does not have a
hint property and is derived from TControl which also does not appear to
have it and yet EWB2 compiler allows it.

Anyways - not sure how this actually works in EWB2.

EWB3 compiler does report that hint is not a valid property.

Raul

Fri, Mar 6 2020 10:39 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Doug,

<< No.  I have made no changes to the library units.  Still works in EWB 2.  Much needed functionality in my application. >>

Ahh, yes, now I realize what's going on.  It's the new class member scope visibility changes in the compiler.  I'll just need to make the Hint property public for the grid cell classes.  That will be available in build 4 today.

Tim Young
Elevate Software
www.elevatesoft.com
Image