TCodeSnippetDirective Class
Represents a code directive defined as a raw text snippet.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeSnippetDirective = class(TCodeDirective);
Constructors
| Name | Description |
|---|---|
| Create | Creates a snippet directive with the specified text. |
Properties
| Name | Description |
|---|---|
| Value | Gets or sets the raw text of the directive. |