[Overview][Types][Classes][Procedures and functions][Variables][Index] |
Gets a string with Ampersand characters removed from the specified value.
Source position: lcltaskdialog.pas line 391
function UnAmp( |
const s: string |
):string; |
s |
|
String examined and converted in the routine. |
String with all Ampersand characters removed.
Returns the specified text without any '&' (Ampersand) characters used as a accelerator or hot key prefix.
Version 4.0 | Generated 2025-05-03 | Home |