回答編集履歴

2

#include <Vcl.ExtCtrls.hpp>を追記しました。

2022/01/26 07:05

投稿

yun
yun

スコア5

test CHANGED
@@ -122,6 +122,7 @@
122
122
  #include <Vcl.Controls.hpp>
123
123
  #include <Vcl.StdCtrls.hpp>
124
124
  #include <Vcl.Forms.hpp>
125
+ #include <Vcl.ExtCtrls.hpp>
125
126
  //---------------------------------------------------------------------------
126
127
  class TForm1 : public TForm
127
128
  {

1

不要なステートメントを消去しました。

2022/01/26 06:40

投稿

yun
yun

スコア5

test CHANGED
@@ -122,8 +122,6 @@
122
122
  #include <Vcl.Controls.hpp>
123
123
  #include <Vcl.StdCtrls.hpp>
124
124
  #include <Vcl.Forms.hpp>
125
- #include <Vcl.ExtCtrls.hpp>
126
- #include <Vcl.Dialogs.hpp>
127
125
  //---------------------------------------------------------------------------
128
126
  class TForm1 : public TForm
129
127
  {