[Overview][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'LCLProc' (#lcl)

DeleteAmpersands

Replaces all '&x' with 'x', and returns the position of the first adjusted letter in the resulting string.

Declaration

Source position: lclproc.pas line 141

function DeleteAmpersands(

  var Str: string

):LongInt;

Function result

Position of the first adjusted non-ampersand letter.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.