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

UnAmp

Gets a string with Ampersand characters removed from the specified value.

Declaration

Source position: lcltaskdialog.pas line 389

function UnAmp(

  const s: string

):string;

Arguments

s

  

String examined and converted in the routine.

Function result

String with all Ampersand characters removed.

Description

Returns the specified text without any '&' (Ampersand) characters used as a accelerator or hot key prefix.


Version 3.2 Generated 2024-02-25 Home