Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

Recent questions tagged delphi

0 votes
1.9k views
1 answer
    I would like to know how to calculate the time consumed for a function in Delphi. Then I wanted to show the ... as to know the faster function. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    In a Delphi application, when you hover over a border icon, e.g.: Minimize Maximize Restore it doesn't behave ... you can see: nobody cares. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    After creating a new form, I usually perform this ritual: Change the name into something meaningful; Type a ... or off? Any recommendations? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
778 views
1 answer
    I have come to the point where I need to stop storing my data in a VCL component, and have an "underlying ... my question(s). :) Thanks! See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
838 views
1 answer
    Should "Library path" point to the source files of packages? Delphi 7 documentation says yes. But other people ... non specific Library paths? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    The Delphi XE2 online help (as well as the Embarcadero DocWiki) is very thin on the documentation of TObjectDictionary ... use it. Any pointers? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
830 views
1 answer
    What is the best way to monitor disks against file activities. I mean that getting the full file name (c: ... whole needs above. Best regards. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
791 views
1 answer
    Is there a quick and effective way of applying a global Font to be used in a project? By this I mean I would ... to do overkill for such a task? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
699 views
1 answer
    We use a TList<TFunc<Boolean>> with some function ... of objects in it and now want to Remove() some of the entries ... ... and well, we don't. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
960 views
1 answer
    I have a Delphi application which displays an image using a TImage. The location of the image is stored in ... to store the filename separately? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    When using TballoonHint, I need it more personalized in colors, shape, transparency and animated appearance, how can I do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    EDIT: Look at Jorn's approach. I am using the strategy suggested here: http://cc.embarcadero.com/Item/23992 ... write HTML to the TWebBrowser. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    How I can convert "02 August 2012 18:53" to DateTime? when I use StrToDate for convert it occur error 'Invalid Date format' See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    On my attempt the TLS SNI extension is missing. I don't know why. Can someone point me in the ... : SessionTicket TLS Extension: Heartbeat See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    My environment: RadStudio XE4 on Windows 7 Pro (32bit). Difference between property and function or procedures In ... in the Object Inspector? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I have created a TListView descendent component... It functions flawlessly, but I wonder if it is possible ... FShowCaptions default True; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
999 views
1 answer
    As already asked David in a comment of an answer here, I'm really interested on how this function works, since I can ... s going on... :) Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I have this leak in Indy 10.5.7 (under Delphi 7). 5 - 12 bytes: TIdThreadSafeInteger x 1 21 - 36 bytes: ... v10.203 is is actually v10.2.3. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am using Delphi 10.2 Tokyo, trying to download some information from a web server. I pass the command URL https ... 't solve it. Any ideas? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    I have a problem when I try my app on an other computer without Delphi. If I put midas.dll in the same ... can place it in the same folder? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I am getting javascript errors popping up in some webpages I am browsing to. Does anyone know how to disable ... ? or any other messageboxes? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'd like to pass a method of a class as callback to a WinAPI function. Is this possible and if yes, ... oriented world. Pointer magic welcome. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
885 views
1 answer
    There are some Jpg images which Delphi doesn't seem to like. It appears to be specific with the files I ... are thousands of possible pictures. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    When window A is show, I want to show another none-modal popup window B, but: I don't want window A to ... I clear on my question? Thank you. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
998 views
1 answer
    I need to use a COM component (a dll) developed in Delphi ages ago. The problem is: the dll does not contain ... . same order, same names, etc. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am designing a system that will scan in standardized forms to images (e.g., TBitmap). I would like ... and their center point locations. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I'm trying to hash a string into an integer for placing it in an array. However I do not know all ... there any simple faster/better methods? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
817 views
1 answer
    I have a background thread which loads images (either from disk or a server), with the goal of eventually ... of several dozen per second. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
Ask a question:
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...