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
932 views
1 answer
    There seems to be TVideoCaptureDevice in FireMonkey (Delphi XE6), but on official documentation, capturing process ends ... find any answer... See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
864 views
1 answer
    I need to patch a method in Classes.pas (TReader.ReadString - I want to force it to use a specified codepage, ... to patch a method at runtime? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
854 views
1 answer
    I'm upgrading some ancient (from 2003) Delphi code to Delphi Architect XE and I'm running into a few problems. I ... to use or how to fix this. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
797 views
1 answer
    I'm building a program that uses plugins. Unfortunately, the plugin framework's dynamic linking forces the RTL ... generics problems fixed soon. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I'm getting data using a query in Delphi, and would like to add a calculated field to the query before it runs. ... fields I'm using as well? 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 save a file locally on an Android device, using Delphi (XE5, Firemonkey)? Something as simple as Memo. ... .txt". Not a directory." See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
888 views
1 answer
    I'm working on something which dynamically loads specially formulated DLL's. I need to be able to check the DLL ... finally L.Free; 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 am working on a Delphi program which will display an icon on the "tray". I am doing it "the ... tray using Shell_NotifyIcon from a ListImage? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
786 views
1 answer
    Yesterday I discovered a situation wherein a keyboard ShortCut did not fire when I was expecting it to. The specific ... or do they not fire? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I want to use OutputDebugString() in my application and then have the option to show it in a separate viewer ... solution. Is there a solution? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
964 views
1 answer
    I would like to hide an application from the Windows 7 taskbar. I want to make something like a toolbar on ... could prevent it from working? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
781 views
1 answer
    I need to detect when a TAdoConnection component has lost the connection with the server. I've tried using the ... that the connection was lost? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
799 views
1 answer
    When dealing with buisness classes, like the typical Customer and Employee classes, is it better to use ... with parameterless methods)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
968 views
1 answer
    In the olden times, i had a function that would convert a WideString to an AnsiString of the specified code-page: ... the VCL will fall in line. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    I have several programs written in Delphi XE2 that were converted from Delphi 2005, which under Windows 7 would ... have any thoughts on this? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    I used the following code in delphi for handle : procedure TForm1.ADOQuery1FetchProgress(DataSet: TCustomADODataSet; ... i represented you? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
773 views
1 answer
    I do not understand how flags work and would appreciate some help and a link to a tutorial to try and understand ... I need to make this work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
891 views
1 answer
    I found the brilliant Delphi Chromium project for embedding Chrome in a Delphi form. It works well in Delphi7 after ... anyone got this to work? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I am trying to owner draw a List View control in report-mode with 4 columns, using OnCustomDrawItem. When I try to ... [fsBold]; // WORKS! end; 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 a png that i would like to load in a TBitmap32. After I load the bitmap I call: Bitmap.DrawMode := ... . And this is the actual image: See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
863 views
1 answer
    Here is my code: type TForm1 = class(TForm) WebBrowser1: TWebBrowser; Button1: TButton; Button2: TButton; ... my application ever since. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
868 views
1 answer
    I want to get the PEB from the "notepad.exe" process. Does someone know how to do it? ... with EnumProcessModules or CreateToolhelp32Snapshot. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I need to display 16x16 pixel icons for error/warning/information. Unfortunately both LoadIcon(0, IDI_*) and ... component if that matters. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
926 views
1 answer
    I'm using a Delphi 2009 VCL TProgressBar as a kind of "empty/full" gauge. On Vista, with Aero theme ... standard windows progress bar control? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
721 views
1 answer
    As a kind of self-study exercise, I've made a form which contains six panels in a 2x3 rectangle and I ... I hope the code explains something. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
806 views
1 answer
    I am once again writing an external debugger visualizer, and am running into a wall. There appears to be ... debugger visualizer can display? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    Somewhere I found this code to convert a BitMap to a string: function Base64FromBitmap(Bitmap: TBitmap): string; ... line without line breaks? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
803 views
1 answer
    For ages, Delphi has supported the Enable runtime themes switch on the Application Settings tab. However, this ... solutions to this problem? 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

...