掲示板システム
ホーム
アクセス解析
カテゴリ
ログアウト
HTMLのテキストエリア挿入 (ID:38420)
名前
ホームページ(ブログ、Twitterなど)のURL (省略可)
本文
TWebBrowserをお使いになっているなら、以下の方法が適していると思います。 uses MSHTML; // or MSHTML_TLB; var Doc3: IHTMLDocument3; TextAreaElement: IHTMLTextAreaElement; begin Doc3:=WebBrowser1.Document as IHTMLDocument3; TextAreaElement:=Doc3.getElementById('entryTextArea') as IHTMLTextAreaElement; TextAreaElement.value:='hello'; end;
←解決時は質問者本人がここをチェックしてください。
更新する
戻る
掲示板システム
Copyright 2021 Takeshi Okamoto All Rights Reserved.