Talk:Programs and Units (Delphi)

From RAD Studio
(Redirected from Talk:Programs and Units)
Jump to: navigation, search

Remove the duplicate line:

This topic covers the overall structure of a Delphi application: the program header, unit declaration syntax, and the uses clause.

Add space:

Note:_Strictly speaking, you need not explicitly use...


Additionally, a RAD Studio program may contain a namespaces clause, to specify additional namespaces in which to search for units. This topic is covered in more detail in the section Using Namespaces with Delphi.

Eh, what? Anyhow I have tried it, the compiler does not recognize namespaces keyword.

Add link:

For more information on the uses clause within a unit source file, see Unit References and the Uses Clause, below.

Add link:

variable that holds an instance of Vcl.Forms.TApplication, Web.WebBroker.TWebApplication, or Vcl.SvcMgr.TServiceApplication.

Correct the link:

finalization is accomplished by providing a procedure to the ExitProc variable.

-- Blaise

Response

Hi Blaise - Thank you for correcting these errors in the text!

KrisHouser 18:07, 12 April 2011 (PDT)