<CodeBlock> Element

Marks (and color codes) a block of "code".

Applies To
DLHelpSource, DLUnitDoc

Description
Similar to the DelphiCode element, except that CodeBlock is an xml-compatible element, meaning you cannot use < and & directly in it.
Tip
Typically you want to wrap its contents with a CDATA section, i.e. <CodeBlock><![CDATA[here is the code. May contain < and & symbols.]]><CodeBlock>

Attributes

Lang

Description
What kind of code it contains. If empty, "delphi" is assumed. Currently the other alternative is "xml".


HTML generated by Time2HELP
http://www.time2help.com