tframe
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: refer to control from thread in frame
There is a FRAME (not a form) and a thread. How 开发者_StackOverflow社区to refer to Frame\'s control from the thread? For example I want to disable a button from a thread. But I don\'t have a pointer[详细]
2023-03-25 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 分类:问答Why isn't my TFrame "seeing" a posted message?
I just re开发者_运维技巧cently begun using TFrames heavily (OK, yes, I\'ve been living under a rock...). I thought frames supported Message hander method declaration--and I\'ve seen many examples of t[详细]
2023-02-28 06:25 分类:问答Setting the Site Property of TFrame
I am attempting to create a CustomControl in C# which contains a Delphi TFrame, which can be dragged from the VisualStudio toolbox onto a Form. This much I have working correctly, however when I attem[详细]
2023-02-23 07:20 分类:问答Delphi: Managing multiple instances of TFrames
In this article there is an explanation of how to use TFrames as an alternative to TTabSheets in a Delphi PageControl.[详细]
2023-02-05 13:29 分类:问答create Tframes on runtime:
is it posible to create runtime frame and add existing panels like setting the parent of panel to the frame? and when it added, dulplicate the frame and use it?[详细]
2023-01-29 10:56 分类:问答How to avoid issues when embedding a TForm in another TForm?
I often embed a TForm descendant into another TForm descendant like this: var Form1: TForm1; Form2: TForm2;[详细]
2023-01-29 04:53 分类:问答Load Frames from packages
I have three frames inside separate three bpls, in my main application i have created three buttons and , i want to call the frames dynamically(one at a time )when the respective button is clicked (t[详细]
2023-01-24 14:38 分类:问答How to simulate an OnDestroy event on a TFrame in Delphi?
How can i simulate an OnDestroy event for a TFrame in Delphi? i nievely added a constructor and destructor to my frame, thinking that is what TForm does:[详细]
2023-01-21 17:40 分类:问答