DelPhiÈëÃÅÓöµ½µÄÎÊÌâ
ÏÂÃæµÄ³ÌÐò³öÏֵĴíÎóÊÇ
[Error] INPUTBOX.pas(36): '.' expected but '(' found //¹â±êÍ£ÔÚinputboxµÄ×óÀ¨ºÅºóÃæ
[Error] INPUTBOX.pas(37): '.' expected but '(' found
[Error] INPUTBOX.pas(38): '.' expected but '(' found
[Error] INPUTBOX.pas(38): There is no overloaded version of 'StrToFloat' that can be called with these arguments
[Error] INPUTBOX.pas(41): Incompatible types: 'String' and 'Integer'
[Error] INPUTBOX.pas(42): Incompatible types: 'String' and 'Extended'
[Fatal Error] Project_InputBox.dpr(5): Could not compile used unit 'INPUTBOX.pas'
È«²¿³ÌÐò´úÂëΪ£º
unit INPUTBOX;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, StdCtrls;
type
TForm1 = class(TForm)
Label1: TLabel;
Button1: TButton;
Button2: TButton;
Button3: TButton;
procedure Button1Click(Sender: TObject);
private
{ Private declarations }
public
{ Public declarations }
end;
var
Form1: TForm1;
implementation
{$R *.dfm}
uses QDialogs;
procedure TFor
Ïà¹ØÎÊ´ð£º
xml := CreateOleObject('Microsoft.XMLHTTP');
xml.Open('GET','http://www.google.com', False);
xml.Send;
xml.responseText;
ʹÓÃxml.responseText¿ÉÒÔ»ñÈ¡ÍøÒ³Ô´Âë,µ«ÊÇÔÙ´Î ......
¹¤×÷µØµãÔÚ½ËÕÀ¥É½
delphi¿ª·¢¾Ñ飺1Ä꣨º¬£©ÒÔÉÏ
ÊìÁ·Ê¹ÓÃSQL Server OracleµÈ³£ÓÃÊý¾Ý¿â
ÄܶÀÁ¢½â¾öÏà¹ØÎÊÌâ
ÎÒÃǹ«Ë¾ÒªÕÐdelphi³ÌÐòÔ±,²»ÖªµÀÒª¿ª¶àÉÙÒø×Ó£¬Çë¸÷λָ½ÌÖ¸½Ì
Â¥Ö÷£¬¿´¿´ÎÒÕ¦Ñù 5ÄêµÄdelph ......
¸÷λ´óÀÐ:
СµÜ±àдÁËһЩ³¬ÊÐǰ̨ÊÕÒø³ÌÐò(Óô¥ÃþÆÁ),µ«ÔÚ³ÌÐò½øÈëǰ,ÐèÒª²Ù×÷SQLÊý¾ÝÊýµÇ¼¿ò,ÎÒÏëÓÃXPµÄÆÁÄ»¼üÅÌÊäÈë,µ«ÊÇÖ»ÒªÆÁÄ»¼üÅÌ´ò¿ª,³ÌÐò×ÜÊDZ¨¶Ë¿Ú´«Êä³ö´íÐÅÏ¢(´ËÐÅÏ¢ÊÇÎҵijÌÐòÖÐÉèÖõÄ,ÊÇÏò¹Ë¿ÍÏÔÊ¾Æ ......