Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread TEdit alignment
Tue, Apr 12 2016 7:56 AMPermanent Link

Matthew Jones

The TEdit should really have an alignment option so that it can
sensibly handle numbers.

--

Matthew Jones
Wed, Apr 13 2016 2:59 AMPermanent Link

Uli Becker

Matthew,

> The TEdit should really have an alignment option so that it can
> sensibly handle numbers.

Not sure what you mean: TEdit *has* an alignment property.

Uli

Wed, Apr 13 2016 4:36 AMPermanent Link

Matthew Jones

Uli Becker wrote:

> TEdit has an alignment property

Strike one for consistency. I was looking for it in "Format" which is
where TLabel has it. Thanks for pointing out the proper place.

--

Matthew Jones
Wed, Apr 13 2016 8:03 AMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Matthew,

<< Strike one for consistency. I was looking for it in "Format" which is where TLabel has it. Thanks for pointing out the proper place. >>

When a control doesn't support all of the properties present in a nested class (TEdit doesn't support wrapping), the properties that it does support get broken out into the main control's properties.  There's really no way, at least not now, of filtering the visibility of nested class instances from within the outer class instance.

Tim Young
Elevate Software
www.elevatesoft.com
Image