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
999 views
1 answer
    i am using ADO, and one of the "native" drivers (e.g. SQLNCLI, SQLNCLI10, SQLNCLI11) to connect to SQL ... : OLEDB vs. Native Client drivers See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
707 views
1 answer
    I have the following code (RAD Studio XE2, Windows 7 x64): program letters; {$APPTYPE CONSOLE} {$DEFINE ... explanation for this behavior? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    How to do this with Delphi Chromium Embedded Component i know how to do this with TWebBrowser. But since no ... else had same problem. Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
816 views
1 answer
    Sometimes when I open a modal window in my Delphi application it takes a while to show up, then I notice that ... know if the problem is solved. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    So I have made a form in Delphi that allows me to run various sikuli scripts with various configurations. What I ... easier. Anyone have a clue? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
858 views
1 answer
    Would you tell me if there is some advantage (less sotorage space, increase speed, etc) in using: resourcestring ... = 'Invalid Message Here!'; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    Many modern applications have irregularly shaped forms. What is the best way to do this in Delphi? Is it ... using any third party VCLs? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    so for instance I have a main form and want to inject a logger instance as private field. I register ... GlobalContainer variable in my forms. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    I am trying to make my app run only once on a computer, My app needs to comunicate to a webservice so it ... second instance of my app to run? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to draw a checkbox in a particular column in aTListView, so i check this question How can I setup TListView ... )); end; end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I'm trying to download a file with TIdHTTP.Get in Delphi Seattle. It's an app for android and all my ... Image.Bitmap.LoadFromStream(Mes); end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I got the source below from a third-party site explaining how to download a file from the internet using WinInet. I'm ... FDest, S); end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
739 views
1 answer
    TypeInfo(Type) returns the info about the specified type, is there any way to know the typeinfo of a var? ... var, only passing its address? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    I just tried my first use of generics in Delphi 2009 and am perplexed on how to use a generic type as the ... . Any help is much appreciated. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    I have a bug report showing an EEncodingError. The log points to TFile.AppendAllText. I call TFile.AppendAllText is ... cause this to happen? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Suppose that I wish to disable the newly integrated Castalia that is introduced in XE8. How do I go about doing ... to render the IDE unstable. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
822 views
1 answer
    I am developing a Delphi documents management application, so somehow I am giving the user some functionality similar to ... 'C:TestFile.pdf'); 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 a semi transparent fullscreen form and I need can control my computer over this form. Actualy we need ... Anybody help me about that ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
993 views
1 answer
    Using: Delphi 2010, latest version of Indy I am trying to scrape the data off Googles Adsense web page, ... redirects until the final page? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to intercept the TAB keyboard stroke on TEdits and suppress them programmatically. In certain cases I don't ... 7. Thanks for your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
915 views
1 answer
    In my Application I use the following procedure to recursively scan any folder and subfolders, if the folder contains ... here? Thanks. Craig. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
760 views
1 answer
    I would like to have my own caption bar and therefore I am using basically a panel (Name: pnCaption) and ... to accomplish that task. Christian See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
985 views
1 answer
    i have a window that i want to minimize (to the taskbar), so i call ShowWindow: ShowWindow(Handle, SW_MINIMIZE) ... a window to the taskbar? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to implement a pan as I click and drag the mouse, and zoom/unzoom towards/away from the mouse cursor ... to implement the above? 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've wrote some program in Delphi and when I am running it from a disk on key. At some point I'm ... is a console application under windows xp. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.4k views
1 answer
    Say I have an array of records which I want to sort based on one of the fields in the record. What's the ... ; var SomeVar : array of TExample; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
588 views
1 answer
    Apache Maven is a very popular build and dependency management tool in the Java open source ecosphere. I did some ... > </package> </packages> See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
952 views
1 answer
    I am looking for something more sophisticated than ROT13, but which does not require a library (preferablly not ... 1=edw 2=hr4uifareiuf 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

...