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