B
BIYANHUAJIMO
Unregistered / Unconfirmed
GUEST, unregistred user!
Var
A: integer;
begin
A:= 100;
Label.Caption:= IntToStr(A);
end;
这样Label1.Caption:= 100;
我如果要Label1.Caption:= 1A0A0或10A0这样显示怎么做???
A: integer;
begin
A:= 100;
Label.Caption:= IntToStr(A);
end;
这样Label1.Caption:= 100;
我如果要Label1.Caption:= 1A0A0或10A0这样显示怎么做???