On Mon, 8 Aug 2005 15:33:11 +0200
Tom Verhoeff <[EMAIL PROTECTED]> wrote:

> I am starting to understand the situation.  However, I still don't
> understand why the Lazarus Object Inspector does NOT show the Font property
> for TEdit objects, but it does show the Font property for TLabel and
> TButton objects.  All three eventually inherit the Font property from
> TControl.

Yes, but look at TLabel and TButton definitions: they contain 'property Font' 
in their published section; which is the only section they have, btw. They 
redeclare the visibility of the Font property to be published.

Micha

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

Reply via email to