Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

TMemo capacity limitation

0 views
Skip to first unread message

lucas

unread,
Jun 7, 2000, 3:00:00 AM6/7/00
to
hello one and all,

i would simply like to raise a very old bug. TMemo has a limit on the
capacity of the text in which it can hold. with the same exact
executable, it seems that this bug is not raised under NT, but only
under 95. i am not sure about 98.

i also believe that this bug is still present under d5. if so can it be
fixed for d6, which is now in beta. what do you think and what is
possible to fix this. thank you and have a nice day.
--
lucas
mailto:lu...@iquanta.com

Martin Waldenburg

unread,
Jun 7, 2000, 3:00:00 AM6/7/00
to
Hi!

> i would simply like to raise a very old bug. TMemo has a limit on the

> capacity ........

It's not a bug but a M$ feature.
Under Win95/98 it's a 16 Bit control
like any common control.

Martin

Rene Tschaggelar

unread,
Jun 7, 2000, 3:00:00 AM6/7/00
to
TMemo is identical to the notepad of the operating system.
Win95 is limited to 32k or 64k, whereas WinNT has no limits.

Rene
--
Ing.Buero R.Tschaggelar - http://www.ibrtses.com

Mike Orriss (TeamB)

unread,
Jun 7, 2000, 3:00:00 AM6/7/00
to
In article <393E66ED...@iquanta.com>, Lucas wrote:
> i also believe that this bug is still present under d5. if so can it be
> fixed for d6, which is now in beta. what do you think and what is
> possible to fix this
>

The limit is down to the operating system, not Delphi.

An alternative is to use TRichEDit instead (with PlainText set to True).


Mike Orriss (TeamB)
(Unless stated otherwise, my replies relate to Delphi 4.03/5.00)
(Unsolicited e-mail replies will most likely be ignored)


Davie

unread,
Jun 8, 2000, 3:00:00 AM6/8/00
to
Win 95/98 has a limit of about 32K and with NT, it not limited. Since it's
part of the "Common Controls" dll, yuou are limited to what the operating
system says you are limited to. TListView and TListBox and others are also
common controls.

Davie

0 new messages