TCodeStatements Class
An owned list of TCodeStatement objects with convenience methods for adding snippets.
Syntax
Unit: Bcl.Code.MetaClasses
TCodeStatements = class(System.Generics.Collections.TObjectList<Bcl.Code.MetaClasses.TCodeStatement>);
Methods
| Name | Description |
|---|---|
| AddSnippet | Adds a raw code snippet statement to the list. |
| AddSnippetFmt | Adds a formatted raw code snippet statement to the list. |