delphi-7
Native hints/tooltips under Vista/7 with Delphi 7?
I am trying to reproduce native hints/tooltips under Windows Vista/7 using Delphi7. I\'ve found a nice component which could solve the issue, but it only partially works. TListView components\' toolt[详细]
2023-03-11 02:17 分类:问答How to peek at STDIN with Delphi 7?
In a Delphi 7 console application, how can I check whether stdin holds a character, without blocking until one i开发者_开发技巧s entered?[详细]
2023-03-10 10:16 分类:问答How to get a font name from a font file? [duplicate]
This question already has answers here: Closed 11 years ago. Possib开发者_C百科le Duplicate: Fonts problem, typeface,windows name…[详细]
2023-03-09 19:27 分类:问答Is there a real performance gain when I turn {$IMPORTEDDATA} off?
Is there a real performance gain when I turn {$IMPORTEDDATA} off ? The manual only says this: \"The {$G-} directive disables creation of imported data references. Using {$G-} increases memory-access[详细]
2023-03-09 14:07 分类:问答Getting typeface and Windows name of font that is not installed
Can someone tell me how can I get the typeface name of a font? And how can I take the Windows name of the font having the typeface name?[详细]
2023-03-09 11:47 分类:问答Registry Write Privileges on Windows 7 with Delphi 7
I was built an application on D开发者_开发问答elphi 7 + Windows XP Pro Sp3 platform, the application run correctly, than i sent this application to my friend that have a Windows 7 OS, my application c[详细]
2023-03-08 19:18 分类:问答Am I restricted to the cursor numbers defined in Controls.pas under Delphi 7?
I am using Delphi 7 under Windows 7 to download files. I want to change the cursor during the download.[详细]
2023-03-08 10:22 分类:问答Delphi 7 - manipulate XML file using OmniXML library
I have a big XML file, around 50 megs and I trying to use the OmniXML library to manipulate the XML document.[详细]
2023-03-08 10:20 分类:问答Close ado connection for access after finish update, and delete mdb file
I\'m trying to delete the mdb file after finished reading it. The process is: copyFile(originMdb, to targetMdb);[详细]
2023-03-07 22:09 分类:问答Delphi - execute functions and procedures from external file
Is开发者_运维问答 it possible to read and execute procedure or function from a text file?You can try using a Delphi scripting engine like Pascal Script or dwscript.yes, you can execute procedures, fun[详细]
2023-03-07 20:59 分类:问答