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