Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread TBasicPanel hint
Thu, Dec 14 2017 7:11 AMPermanent Link

Matthew Jones

Any reason that a TBasicPanel can't have a hint property? I wanted to set a hint for all items on the panel, but have to set them individually. A TPanel has a hint.

--

Matthew Jones
Fri, Dec 15 2017 12:57 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Any reason that a TBasicPanel can't have a hint property? I wanted to set a hint for all items on the panel, but have to set them individually. A TPanel has a hint. >>

Just an oversight - some of the other panel controls didn't have one either.  The workaround is to just add a published Hint property for each:

        property Hint;

Tim Young
Elevate Software
www.elevatesoft.com
Image