It appears in the object browser (above the object
inspector). You have to compile a component for
anything to appear in the object inspector. A form is
in an application. I suggest reading the manual.

Dave
--- ianhinson <[EMAIL PROTECTED]> wrote:

> If I add a property to a form like this:
> 
> type
>   TForm1 = class(TForm)
>   private
>     { Private declarations }
>     iTest: integer;
>   public
>     { Public declarations }
>   published
>     property Test: integer read iTest write iTest;
>   end;
> 
> The property Test does not appear in the Property
> Inspector.
> Why is that?
> 
> Ian.
> 
> 
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to