function EvalPhraseInText(const aText: string): boolean;
begin
Result :=
((Pos('text_phrase', aText)>0) OR (Pos('testing', aText) > 0 ))// replace
AND Pos('text', aString) > 0
OR (Pos('anything else', aString)> 0;
end;
Copyright © 2014 DelphiW.com 开发 源码 文档 技巧 All Rights Reserved
晋ICP备14006235号-8 晋公网安备 14108102000087号
执行时间: 0.042160034179688 seconds