tform
Delphi: a modal form flickers
There is a modal form with: labels, buttons, group boxes. I call from a Form 1 on a button click: Form2.ShowModal;[详细]
2023-03-30 11:04 分类:问答Delphi: is it possibile in the OnFormShow event to tell a form not to display even for a millisecond?
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\".[详细]
2023-03-30 00:22 分类:问答Main Form not displaying when showing modal form in main form's OnShow?
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[详细]
2023-03-28 13:55 分类:问答Delphi: frame properties do not update when I expect them to (they get stuck)
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[详细]
2023-03-26 03:56 分类:问答Delphi: Frame and State of ActionList - Error?
I have an Action List on a Form and a Frame (a unit of a For开发者_开发知识库m is impelemented in the Frame).[详细]
2023-03-18 07:48 分类:问答Delphi - Capturing the Window/Form which has current focus
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[详细]
2023-03-15 13:41 分类:问答Using commands concerning DBGrid from the main form in another form
I\'m making a simple program for use in auto开发者_StackOverflow社区motive parts shop. Here\'s how it\'s supposed to look: Link[详细]
2023-03-02 16:39 分类:问答Make 2 forms able to overlap each other?
I would like to have a seperate form that shows \"along\" with my main form, so it does not overlap the main form.[详细]
2023-02-18 05:30 分类:问答Organize windows in a SDI Delphi Application
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[详细]
2023-01-07 18:06 分类:问答Override default Show behaviour / SetVisible of TForm's descendant (Delphi VCL)
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).[详细]
2022-12-11 01:30 分类:问答