本文整理自网络,侵删。
替换:
//--------------------------------------------------------------------------------var str1, str2: string;begin str1 := 'ABC ABC ABC'; str2 := str1.Replace('A', '*'); // *BC *BC *BC str2 := str1.Replace('A', '*', [rfIgnoreCase]); // *BC ABC ABCend; 相关阅读 >>
Delphi datetime,date,time tdatetimepicker
Delphi ��b以 listbox 的item �� hint
更多相关阅读请进入《Delphi》频道 >>