Table of Contents

TDelphiCodeGenerator.IsReservedWord Method

Returns True if the specified string is a Delphi reserved word.

Syntax

Unit: Bcl.Code.DelphiGenerator

class function TDelphiCodeGenerator.IsReservedWord(S: string): Boolean;

Parameters

<-> Parameter Type Description
S string The string to check.

Returns

True if S is a reserved word; otherwise False.

See also