Talk:Properties (Delphi)

From RAD Studio
Jump to: navigation, search

Server HTML Encode in string (i remove & character)

 if FHeading lt;gt; Value then

must be

 if FHeading <> Value then

Response

Yes, you are right! The <> results in <> in HTML but not in a source block.

I have made the correction.

Many thanks for your input -

KrisHouser 15:57, 8 February 2012 (PST)

Info for properties in interfaces must be integrated here

Keywords like readonly, writeonly, dispid, implements etc MUST be described in page about properties.

But really will be better, if You provide a FULL syntax description for ALL syntax structures of language. In any notation, like EBNF for example. It's a big work, but it seems to be necessary!

--Nashev (talk) 05:00, 26 October 2017 (PDT)