TCodeComment.Create Constructor
Overloads
TCodeComment.Create(string)
Creates a single-line comment with the specified text.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeComment.Create(const AComment: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AComment | string | The comment text. |
See also
TCodeComment.Create(string, TCommentStyle)
Creates a comment with the specified text and style.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeComment.Create(const AComment: string; AStyle: TCommentStyle);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | AComment | string | The comment text. |
| AStyle | TCommentStyle | The comment style. |