Delphi Basics : Trim command

Delphi Basics : Trim command

瀏覽:960
日期:2025-10-05
Delphi Basics Trim Function Removes leading and trailing blanks from a string SysUtils unit 1 function Trim ( const Text : String ) : String; 2 function Trim ( const Text : WideString ) : WideString; Description The Trim function removes blank and control...看更多