----- Origineel bericht -----
Van: Graeme Geldenhuys <[EMAIL PROTECTED]>
Datum: woensdag, 25 oktober 2006 12:04
Onderwerp: [lazarus] usage of TTabControlStrings

> Hi
> 
> What is the point/usage of TTabControlStrings?  Why couldn't a
> TStrings be used to store the Tabs text?
> 
> TTabControlStrings = class(TStrings)
> 

TStrings doesn't have storage, storage is implemented by a descendant like 
TStringList. 

In case of TTabControlStrings the strings can be stored in the widget set, like 
occurs with the lines of a TMemo.

Vincent

_________________________________________________________________
     To unsubscribe: mail [EMAIL PROTECTED] with
                "unsubscribe" as the Subject
   archives at http://www.lazarus.freepascal.org/mailarchives

Reply via email to