Forum > LCL
Clear a form?
captian jaster:
How can I clear the components of a form and replace them with new ones?
No to show the modal in a new window. Show the components in the same form...
eny:
Right click, Delete Selection >:D
Bart:
At runtime you mean?
Bart
Martin_fr:
Either use TPage without headers,
or design individual frames, and then show (Visible) one frame at a time.
captian jaster:
--- Quote from: Bart on October 26, 2010, 07:31:32 pm ---At runtime you mean?
Bart
--- End quote ---
Yes this.. Sorry about that..
--- Quote from: Martin_fr on October 26, 2010, 07:40:57 pm ---Either use TPage without headers,
or design individual frames, and then show (Visible) one frame at a time.
--- End quote ---
This sounds about right...
But I need to be able to dynamically add TEdits to the form. Sort of like an Array of them. Though I can just use a stringrid :\ ...
Navigation
[0] Message Index
[#] Next page