There is a modal form with: labels, buttons, group boxes. I call from a Form 1 on a button click: Form2.ShowModal;
In the OnFormShow event I need (for a particular set of conditions) not to show the form. Something like \"if counter > 15 don\'t show the form\".
I have created one application in which Main Form Calls Sub Form on FormShow event of Main Form. Sub Form is displayed and gives two options to choose. If First option on sub form is selected then the
I have a frame on a form. When I change the frame (add/delete buttons, labels) no changes appear on the form or controls have other positions in the form that in the frame. If to delete the frame from
I have an Action List on a Form and a Frame (a unit of a For开发者_开发知识库m is impelemented in the Frame).
I have an MDI application with numerous MDI Children (and also non MDI forms) and would like to track which form is currently activate and has the focus at all times. When a user switches from one for
I\'m making a simple program for use in auto开发者_StackOverflow社区motive parts shop. Here\'s how it\'s supposed to look: Link
I would like to have a seperate form that shows \"along\" with my main form, so it does not overlap the main form.
In an Delphi MDI application i can use the Tile,Cascade and ArrangeIcons procedures to organize my child windows, this methods only works when the FormSt开发者_如何转开发yle property is set to fsMDIFo
I would like to alter the Show default behaviour of a TForm\'s descendant (for eg. instead of showing itself on the screen, I would like to place it on a page control as a new tabsheet).