delphi
TSQLConnection.GetFieldNames not working on 64-bit machine
I have Delphi 2005 code that I use to retrieve database table field names. It works with no problems on 32-bit machines (Windows XP, Windows Vista, Windows 7).[详细]
2023-04-01 02:12 分类:问答Best way of sharing images between several applications
I\'m working on a project which is composed of several compiled Delphi applications (over 20 exe\'s and dll\'s) and I\'ll be needing to share 60+ images (16x16, 24x24, 32x32, ...) between all of them.[详细]
2023-04-01 01:35 分类:问答How to obtain the line numbers of executable lines from DWScript context map or symbol table
I am writing an IDE to use with Delphi DWScript开发者_开发问答 and now have a simple debuggable script. I now want to highlight the executable lines in my source (like the blue dots at the left of the[详细]
2023-04-01 00:32 分类:问答Cursor not returned from Query
I\'m usingDelphi XE and FireBird 2.5. Try use a TSQLStoredProc and give me the error \"Cursor not returned from Query\" when I put the Active property to TRUE.[详细]
2023-04-01 00:14 分类:问答Trouble with TPageControl DrawTab
I set the TPageControl Style to Flat Buttons (tsFlatButtons), and change the tab\'s button color using the OnDrawTab event.[详细]
2023-03-31 22:03 分类:问答How to open source file in IDE on a certain line through command line
I\'m just wondering if there is some IDE command line parameter which would open a source file on a specified line (in the current view) ?[详细]
2023-03-31 18:43 分类:问答Algorithm smbPitchShift (Pascal)
I looked for a long time this algorithm in Pascal and not found, I found it only in C++, it was frustrating. Then I decided to translate the C++ code for Pascal, however there were some problems that[详细]
2023-03-31 17:28 分类:问答FTP - command or setting to set "never overwrite" for a whole session
I\'m using Ararat Synapse for Delphi, so if there\'s a way to set such a mode (or get ls results to a stringlist) I can do it with code. I\'ve looked at the unit code and the dokuwiki and haven\'t fou[详细]
2023-03-31 17:24 分类:问答Adjust display gamma value
I am looking into modifying brightness/contrast/gamma of my display i found an api whose purpose i think is this but i didn\'t had much success implementing it... here is the code[详细]
2023-03-31 17:16 分类:问答Is there an equivalent in Delphi for the Java listeners principle?
I\'m just curious on this one. I know two ways of defining events in Delphi, using the callback principle, and the windows messages principle.[详细]
2023-03-31 16:21 分类:问答