[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
LoadingDynamicLibraryC » Euphoria » Art_Huffman_p1 » TurboCpp » Zeev Suraski » Altair » operatingsystem » object » QbasicFAQ_AddSound » OpenGL » CppVclAddTWinControlDynamically
When adding a TForm, be sure to set its BorderStyle to bsNone.
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
LoadingDynamicLibraryC » Euphoria » Art_Huffman_p1 » TurboCpp » Zeev Suraski » Altair » operatingsystem » object » QbasicFAQ_AddSound » OpenGL » CppVclAddTWinControlDynamically
(C++ VCL) Adding TWinControl dynamically
Set the Parent Property to the parent that will manage the control.TButton * const myButton = new TButton(this); myButton->Parent = this; myButton->Visible = true; //No delete necessary: the Parent will delete its Child.
When adding a TForm, be sure to set its BorderStyle to bsNone.
'Adding TWinControls Dynamically' links
- C++ Builder
- ?CLX
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
