The ones that Delphi creates for us look like

type X = class(TForm)
A
B
C etc
public
...
private
...
end;

According to the Help the first part (before public) is reserved for the
form designer. There seems to be a bit more to it than that: any object that
is put in here will be created automatically whereas any object declared
under public, private or whatever has to be explicitly created by the
programmer in code. Is that the case?

============================================
Patrick Dunford, Christchurch, NZ
http://patrick.dunford.com/

---------------------------------------------------------------------------
    New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
                  Website: http://www.delphi.org.nz

Reply via email to