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