TCodeMemberMethod.AddSnippet Method
Adds a raw code snippet statement to the method body.
Syntax
Unit: Bcl.Code.MetaClasses
procedure TCodeMemberMethod.AddSnippet(ASnippet: string);
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| ASnippet | string | The raw statement text. |