On Sat, 18 Mar 2006 15:28:15 +0200
"Graeme Geldenhuys" <[EMAIL PROTECTED]> wrote:

> Hi
> 
> When adding an example file, can I include partial code in the example
> file, or must it be a complete unit that compiles?

It can a fragment.

 
> eg:  Can I only include the FromCreate event in the example file?

Of course.

 
> Also, what is the naming convertion for example source files. I want
> to give an example for the TCustomCheckBox.AllowGrayed property.
> Can I name it "TCustomCheckBox.AllowGrayed.pas" ...?

The '.' is not a valid identifier character.
Maybe use instead a '_'?
But I'm no fpdoc expert.


Mattias

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

Reply via email to