TCodeStatements.AddSnippet Method
Adds a raw code snippet statement to the list.
Syntax
Unit: Bcl.Code.MetaClasses
procedure TCodeStatements.AddSnippet(const ASnippet: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ASnippet | string | The raw statement text. |