Table of Contents

TCodeSnippetExpression Class

Represents an expression defined as a raw text snippet.

Syntax

Unit: Bcl.Code.MetaClasses

TCodeSnippetExpression = class(TCodeExpression);

Constructors

Name Description
Create Creates a snippet expression with the specified text.

Properties

Name Description
Value Gets or sets the raw text of the expression.