回答編集履歴
2
#include <Vcl.ExtCtrls.hpp>を追記しました。
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
不要なステートメントを消去しました。
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
|
{
|