我正在使用德爾福6. 我想解碼一個葡萄牙UTF-8編碼的字符串到WideString,但我發現它不正確解碼。 原文爲"ANÁLISE8"。使用UTF8Decode()後,結果爲"ANALISE8"。 "A"上方的符號消失。 下面是代碼: var
f : textfile;
s : UTF8String;
w, test : WideString;
begin
我想實現一個類,其實例名爲toto的屬性是一個動態數組我可以追加,讀取,寫入像一個tlist。 我寫這個: Tmodel = Class(TObject)
ftoto:array of single;
function gettoto(ind : integer):single
function gettotosize:integer;
proced