某一字符是否在字符串中
本實例是用AnsiMidstr()函數獲取指定字符串中的單個字符
http://develop
圖
主要代碼如下
procedure TForm
var
i
begin
if (Edit
begin
ShowMessage(
end
else
begin
if Length(Edit
begin
p:=Length(Edit
for i:=
begin
if Trim(Edit
begin
Label
break;
end
else
begin
Label
end;
end;
end
else
ShowMessage(
end;
end;
字符串是由數字
本實例是用StrToInt()函數來判斷字符串是否由數字組成
http://develop
圖
right
From:http://tw.wingwit.com/Article/program/Delphi/201311/8467.html