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

TCWPOption

Enumeration which defines options available in TCompWriterPas.

Declaration

Source position: compwriterpas.pas line 73

type TCWPOption = (

  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