MainForm - & gt; BTN - & gt; The Visible=getShowBtn;
MainForm - & gt; BTN - & gt; Enabled=getShowBtn;
MainForm - & gt; BTN - & gt; The Visible=true;
MainForm - & gt; BTN - & gt; Enabled=true;
At the wrong at compile time how to solve
CodePudding user response:
MainForm - & gt; Btn_OutPut - & gt; The Visible=true;
CodePudding user response:
Check the header file class TMainForm with members form controls name,
It is best not to write MainForm - & gt; With this - & gt;
CodePudding user response: