TCodeSnippetStatement.Create Constructor
Creates a snippet statement with the specified text.
Syntax
Unit: Bcl.Code.MetaClasses
constructor TCodeSnippetStatement.Create(AValue: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| AValue | string | The raw statement text. |