Unit 'Laz2_XMLUtils' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#lazutils]

TAttributeAction

Declaration

Source position: laz2_xmlutils.pas line 121

type TAttributeAction = (

  aaUnchanged,

  

  aaPrefix,

  

Override the prefix only.

  aaBoth

  

Override the prefix and emit a namespace definition.

);

Version 4.6 Hosted on Source Forge