Question One:

You know how when you make a form you get a few free bits of code like:

var
   Form1: TForm1;

And then if you change the form's name to 'Samuel' the free code changes to:

var
   Samuel: TSamuel;

I want to do this. But I don't know how. I don't know where to look in the help, 
because I don't know what this is called, I just think I want to do it.

-------------------------------------------------------------------

Question Two:

How can I have my properties do different things when they are set in design and run 
time? What I want to do is prevent people from changing specific property values in 
run time, but let them set the properties to whatever they want in design time.
---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
Web Archive at: http://www.mail-archive.com/delphi%40delphi.org.nz/

Reply via email to