Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 3 of 3 total
Thread Hidden Grid Field
Mon, Nov 9 2015 1:11 PMPermanent Link

Robby

I have made a grid field hidden and now I cannot see it in design mode.  I can change its visibility property at run time, so I know that it is in there somewhere.  How can I delete this column object?  

P.S. I am a new EWB developer with legacy C++ Builder skills and I am loving this platform!!!  Thank you for your work on this product!
---------------------
Robert M. Keene
Mon, Nov 9 2015 1:20 PMPermanent Link

Uli Becker

Robby,

> I have made a grid field hidden and now I cannot see it in design mode.  I can change its visibility property at run time, so I know that it is in there somewhere.  How can I delete this column object?

Just use the ObjectInspector, search for your column and change the
property.

Uli
Tue, Nov 10 2015 6:53 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Robert,

<< I have made a grid field hidden and now I cannot see it in design mode.  I can change its visibility property at run time, so I know that it is in there somewhere.  How can I delete this column object?  >>

Please see Uli's answer.  Certain types of controls are considered "dynamic" in the form designer because they can be created/destroyed/shown/hidden by the actual component library code so, unlike controls dropped directly on a form surface, they can actually be hidden at design-time.

<< P.S. I am a new EWB developer with legacy C++ Builder skills and I am loving this platform!!!  Thank you for your work on this product! >>

Great, I'm glad that you're enjoying it. Smile

Tim Young
Elevate Software
www.elevatesoft.com
Image