Table of Contents

TCodeStatements.AddSnippetFmt Method

Adds a formatted raw code snippet statement to the list.

Syntax

Unit: Bcl.Code.MetaClasses

procedure TCodeStatements.AddSnippetFmt(const ASnippet: string; Args: );

Parameters

<-> Parameter Type Description
const ASnippet string The format string for the statement.
Args The format arguments.

See also