自动匹配输入字符串
function TComplexField.GetCount: Integer; var P: PChar; begin Result := 0; if FData '' then begin P := PChar(FData); while P^ #0 do begin while P^ in ComplexSeperators do Inc(P); if P^ in ComplexCharacters then Inc(Result); while P^ in ComplexCharacters do Inc(P); end; end; end;
文件列表
自动匹配输入字符串.rar
(预估有个12文件)
STD.INC
2KB
Main.pas
927B
StrConst.pas
3KB
Sample.exe
403KB
Main.dcu
5KB
Main.dfm
2KB
StrTools.dcu
8KB
Sample.dpr
217B
ShlIntf.dcu
3KB
ShlIntf.pas
5KB
暂无评论