[EMAIL PROTECTED] wrote: > Can somebody explain me, what is the puprose of having TStaticText.TabOrder?
(and a tabstop I hope) A statictext is a TWinControl descendant, it has a handle and can be focussed. If it can be focussed, it can have a tabstop and thus a taborder (maybe to focus a bound focuscontrol) Why someone would prefer to use a statictext instead of a TLabel, I don't know. Marc > > See http://www.freepascal.org/mantis/view.php?id=7623 > and http://www.freepascal.org/mantis/view.php?id=7644? > > Vincent > > _________________________________________________________________ > To unsubscribe: mail [EMAIL PROTECTED] with > "unsubscribe" as the Subject > archives at http://www.lazarus.freepascal.org/mailarchives > _________________________________________________________________ To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe" as the Subject archives at http://www.lazarus.freepascal.org/mailarchives
