Excuse me, I want to use OpenDialog want to open. TXT file
OpenDialog1 - & gt; DefaultExt="TXT".
OpenDialog1 - & gt; The Filter="Text files (*.txt)";
But undefined symbol 'OpenDialog1
'What is the problem? Don't use directly?
CodePudding user response:
Put a OpenDialog controls on the form,
CodePudding user response:
reference 1st floor u010165006 response: put a OpenDialog controls on the form, the Then in the header file is: //-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # # ifndef Unit1H # define Unit1H //-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # include & lt; Classes. Hpp> # include & lt; Controls. Hpp> # include & lt; StdCtrls. Hpp> # include & lt; Forms. Hpp> //-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- The class TForm1: public TForm { __published://IDE - managed Components For the TButton *; TOpenDialog * OpenDialog1;//is the Private://User declarations Public://User declarations __fastcall TForm1 (TComponent * Owner); }; //-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- Extern PACKAGE TForm1 * Form1; //-- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- -- # endif CodePudding user response:
OpenDialog1 - & gt; Filter="text file | *. TXT".//show only the TXT file OpenDialog1 - & gt; DefaultExt=". TXT "; CodePudding user response:
The object-oriented development language, want to have "object" CodePudding user response:
Yes, is like this CodePudding user response:
Reference: C + + Builder is how to design period placed in each component, in the form controls at runtime into a specific object in the program? http://blog.163.com/tab_98/blog/static/11924097201681484617180/