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

RemoveAmpersands

Declaration

Source position: gtkproc.pp line 605

function RemoveAmpersands(

  Src: PChar;

  LineLength: LongInt

):PChar;

function RemoveAmpersands(

  const ASource: string

):string;