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

TCommentType

Represents comment styles available in CommentText.

Declaration

Source position: lazstringutils.pas line 25

type TCommentType = (

  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

CommentText

  

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

TCommentTypes

  

Set type for TCommentType enumeration values.


Version 4.0 Generated 2025-05-03 Home