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

TCommentTypes

Set type for TCommentType enumeration values.

Declaration

Source position: lazstringutils.pas line 35

type TCommentTypes = set of (

  comtDefault,

  

Auto-detected comment style.

  comtNone,

  

No comment.

  comtPascal,

  

Comment surrounded by { } characters.

  comtDelphi,

  

Delphi inline comment using a // marker.

  comtTurboPascal,

  

TurboPascal comment using (* *) markers.

  comtCPP,

  

C++ comment using /* */ markers.

  comtPerl,

  

Perl comment using a # marker.

  comtHtml

  

HTML/XML comment using <!-- --> markers.

);

See also

TCommentType

  

Represents comment styles available in CommentText.

CommentText

  

Converts a string into a comment using the specified comment style.


Version 4.0 Generated 2025-05-03 Home