| [Overview][Types][Classes][Procedures and functions][Index] | 
Remove the extension from a filename. Similar to Delphi's ChangeFileExt() except the '.' is managed.
Source position: tiUtils.pas line 196
function tiRemoveExtension(  | 
AValue: string  | 
):string;  |