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.1k views
1 answer
    I use to get to dos output using delphi. What causes the code from http://delphi.about.com/cs/adptips2001/a/ ... be modified to make it work. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    My application have several modules, each in one tab on the mainform. When using a dialog it is convenient to ... can I achieve this ? Regards See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Everything about generic TList. I have this structure: Type TExtract = record Wheel: string; Extract: array [1 ... have tried to explain better. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
996 views
1 answer
    I need to insert 800000 records into an MS Access table. I am using Delphi 2007 and the TAdoXxxx components. ... , I appreciate your help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
999 views
1 answer
    Is there a way to be sure we hold a useable reference to an object i.e. being sure it has not been ... leaving that non nil reference dangling. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
957 views
1 answer
    I've recently posted a question in this forum asking for any advice regarding missing RTTI information in a ... using TRttiContext.FindType). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm looking for the simple solution of how to convert the 32-bit bitmap to grayscale using GDI (not ... without iteration through the lines. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I was just wondering about why should I use property in a class instead of "normal" variables (class attributes?). ... 'm asking here. Thank you See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How can I use SetProcessAffinityMask to select more than one logical processor? In Windows Task Manager you can ... multiple values. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I am trying to use TIdHTTP.Get to load the USPS Zip4 result web page source into a variable (to ... suggestion for a different approach. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I have some image-files stored into one file (some kind of archive). That file looks like this: Well, it's ... ... end; Thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm using a very large delphi third party library without source code, this library has several classes with ... a Descendant class in runtime? 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 resource file(.RES) and i want to add it into an existing executable file without recompiling and ... to extract the resource file? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
884 views
1 answer
    I am bit curious about the two properties of a Delphi VCL control. Each component has 2 properties as Owner ... for displaying control or form? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
947 views
1 answer
    We've been fixing bugs in the VCL in Delphi XE6. So far the folder contains: | VCL Source Fixes |----- ... rebuild it at runtime in Delphi XE6? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
978 views
1 answer
    (More package/component install fun for me -- thanks everyone for all your help to date). I am getting the ... thanks for your time and help. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I'm working on the creation of an ActiveX EXE using VB6, and the only example I got is all written in ... is the purpose of this keyword? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    In my code I am facing a problem. Example code: var d1: tdatetime begin d1 := strtodatetime('23/02/2011 12:34: ... s wrong with what I am doing? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    DelphiXe. For reception of the version of a file I use function: function FileVersion(AFileName: string): string; var ... i.e. the full version? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    How can I change AlphaBlend value (of a form) in a FireMonkey Desktop Application? Well It's available in ... it in FireMonkey. Screenshot: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    im trying to send a message between 2 separate projects, but my problem is that im trying to make the ... FindWindow and FindWindowEx if needed See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.6k views
1 answer
    How can I write a semi transparent text on an Image (Jpg,Bmp), or a transparent text (color as same ... to accomplish that using Delphi win32. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    Using Delphi XE2, Win64. So I have a large application with many forms and if I open the help file from the ... Form2. Hope this helps. - TJ See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How can I extract an image of a specific size or all images from an icon with multiple images? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I am aware that Ini Files are meant for single lines of information, needless to say I am trying to read/ ... memo? Many thanks in advance. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    Delphi 2010 How to modify TList < record > value ? type TTest = record a,b,c:Integer end; var List:TList< ... [10]; <- Error: Variable requied See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.6k views
1 answer
    Im using Delphi XE2 with Indy 10.5.8.0 Currently i need to change a connection to one of our server ... list? WireShark>Client Hello package: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have a form with 50 or more controls which I create and add at runtime. I don't want to see then appear ... 10 years ago, but forget how. 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

...