掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
TStringSteamのデータを表示・加工したいのですが... (ID:13842)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
>TidHttpのPOST手続きは3種類で、stringを使うなら一番上。 さっそく修正して、実行させましたが、エラーが発生します。 どこが間違っているのでしょうか? 何度もお手数をかけてすみませんがよろしくお願いします。 uses Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms, Dialogs, ComCtrls, StdCtrls, IdBaseComponent, IdComponent, IdTCPConnection, IdTCPClient, IdHTTP, IdMultiPartFormData; type TForm1 = class(TForm) Memo1: TMemo; Button1: TButton; StatusBar1: TStatusBar; IdHTTP1: TIdHTTP; private { Private 宣言 } procedure Button1Click(Sender: TObject); // procedure post_http(data:TStrings;page:String); procedure clear_search_data(); function comb_search_data():TStrings; procedure Post(AURL:string; const ASource:TStrings; const AResponseContent:TStream); overload; //<<<<<ここで下記のエラー発生 [エラー] TestInternetUnit1.pas(23): E2065 forward または external 宣言された 'TForm1.Post' が見つかりません //procedure TIdHTTP.Post(AURL:string; const ASource:TStrings; const AResponseContent:TStream); overload; //<<<<<こう変えてもだめ
←解決時は質問者本人がここをチェックしてください。
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.