Returns the input string "cleaned" up, with all extra spaces over one removed (e.g., CleanText(' Hello How are you ') = 'Hello How are you'
Namespace: FMX.RS.SVGUtils
Delphi |
function CleanText( const S: String ): String; |
Parameters
S
Type: String
Type: String