Talk:Methods (Delphi)

From RAD Studio
Jump to: navigation, search

Formatting typos

There are typos in the Class Constructors and Class Destructors sections: the code examples contain several lines like this:

    '''class var FList: TList<Integer>;'''

I suppose that the '''triple quotes''' are part of an attempt to bold/highlight the lines concerned, which fail because the code is preformatted. Willw 02:19, 14 October 2011 (PDT)


Response

Yes, the boldface () in the code snippets was broken when the <source lang> tags were added.

I've removed the from the code snippets in the Class Contructors section and Class Destructors section.

Thanks for the tip!

~~~~