自动匹配输入字符串

上传:haozhi76_cen 浏览: 36 推荐: 0 文件:RAR 大小:183.78KB 上传时间:2018-12-25 12:56:39 版权申诉
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;
上传资源
用户评论