TCodeMemberMethod.AddSnippetFmt Method
Adds a formatted raw code snippet statement to the method body.
Syntax
Unit: Bcl.Code.MetaClasses
procedure TCodeMemberMethod.AddSnippetFmt(const ASnippet: string; Args: );
Parameters
| <-> | Parameter | Type | Description |
|---|---|---|---|
| const | ASnippet | string | The format string for the statement. |
| Args | The format arguments. |