delphi - hide UI components at RUN TIME , design issue -


on form need first set of ui controls @ process start, later need second set of components. put set process set #1 on first panel , after finish process step #1 start hide panel #1, ther better way ui design guide lines ?

i use frames instead of panels. can design frames @ design-time forms, , create instances of frames @ run-time needed. create first frame (you can place on form @ design-time) , @ run-time, when ready can destroy first frame instance , create instance of second frame.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -