[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'CompWriterPas' (#lazutils)

TCWPOptions

Set type used to stores values from the TCWPOption enumeration.

Declaration

Source position: compwriterpas.pas line 81

type TCWPOptions = set of (

  cwpoNoSignature,

  

Do not write Begin, End signatures.

  cwpoNoSelf,

  

Enclose in "with LookupRootname do begin"

  cwpoSetParentFirst,

  

Add "SetParentComponent" before setting properties, default: after.

  cwpoSrcCodepageUTF8,

  

Target unit uses $codepage utf-8, aka do not convert UTF-8 string literals.

  cwpoNoWithBlocks,

  

Do not use with ... do.

  cwpoNoFinalLineBreak

  

Do not include a final line break at the end of the serialized component data.

);


Version 4.0 Generated 2025-05-03 Home