[Overview][Constants][Types][Procedures and functions][Index] |
Represents comment styles available in CommentText.
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. |
); |
|
Converts a string into a comment using the specified comment style. |
|
|
Set type for TCommentType enumeration values. |
Version 4.0 | Generated 2025-05-03 | Home |