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
889 views
1 answer
    Since I just asked this question and got a very useful reply I wonder if anyone has already the code for using ... be great for many users. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
740 views
1 answer
    I get this error when I drop my control on a form. The error appears here: TAssociateFileExt = class(TGroupBox) ... line (clientheight:= 90); See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
845 views
1 answer
    How to Conversion ? (Objective C Class -> Delphi XE4 ) and How to use Objective-C Class in static Library from ... ? // end; Thanks Simon,Choi See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
990 views
1 answer
    is it possible to dump all the header fields of a TWebRequest (and TWebResponse) object? At the moment I ... HTTP requests/responses to console. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
779 views
1 answer
    I want to apply a fix from QC to a Delphi 2009 unit (DBClient as it happens). I know I need to copy ... favour of the DCU that already exists? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
984 views
1 answer
    How can I make sure that a certain OLEDB driver is installed when I start my application? I use ADO from Delphi and ... but I haven't found it. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
630 views
1 answer
    Well this is my goal. Use left mouse button to scroll the image, right mouse button to choose zoom rectangle ... .Height); Invalidate; end; procedure TZImage.SetBitmap(b:TBit...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
695 views
1 answer
    I am placing checkboxes (TCheckBox) in a string grid (TStringGrid) in the first column. The checkboxes show fine, ... . How to overcome this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
704 views
1 answer
    Consider the following record: TMyRecord = record b: Boolean; // 3 bytes of padding in here with default record ... to the record's padding. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I wrote this utility (exe) which can be called from within this host application. And I'd prefer it that ... utility? Thanks for the replies. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
725 views
1 answer
    As I am receiving "Floating point division by zero" exception when using TWebBrowser and TEmbeddedWB from time to ... point division by zero. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
955 views
1 answer
    How can I randomize the Strings in the StringList similarly how this online tool works. If anyone is ... textmechanic.co/Randomize-List.html See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    So for some time now I keep having this problem: on windows 7 (64bit), with Delphi 7 and Delphi XE2, if from ... what can I do to fix it? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
688 views
1 answer
    Since my question from yesterday was perhaps not completely clear and I did not get the answer I wanted, I will try ... begin Result := 0; end; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
907 views
1 answer
    In Delphi XE2, I have a single control in a pair of design/run time packages. Originally, everything was working ... to post the entire thing. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
835 views
1 answer
    I want to prevent iframe elements from triggering the OnDocumentComplete event every time. For example, a page ... in TWebBrowser control. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
629 views
1 answer
    Intro In Windows 7 you have some special folders for documents, pictures and music etc called Libraries. If you are ... I cannot seem to find! See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
735 views
1 answer
    I am building a delphi non-visual component. How do I set the image I want it to have in the IDE? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
811 views
1 answer
    How can I center a control within its parent? And how to keep it centered when the parent resizes? I know I ... . Is there an akCenter anchor? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
711 views
1 answer
    Disclaimer: I'm not familiar with the Win32 API, especially how windows work. I'd like to make the window ... when the child window freezes? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    I have a Delphi application similar to Taskbar Shuffle that includes a hook dll. EDIT: This hook DLL communicates ... one of the answers below. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
929 views
1 answer
    Is there way of copying the whole array into another array? Other than using a for-loop. Does the move or copy ... I stick to the for-loop? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
744 views
1 answer
    I'm new to Indy and I want to build a simple proxy-server with it. This is a quite big library, and ... m using Indy that ships with Delphi2010. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
902 views
1 answer
    Take a look at this class: TTest = class(TObject) public constructor Create(A:Integer);overload; constructor ... with hiding this constructor? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
665 views
1 answer
    I'm perplexed. At CodeRage today, Marco Cantu said that CharInSet was slow and I should try a Case statement ... concludes that it does not. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
762 views
1 answer
    Very recently I have come back to Delphi after a long pause and written a rather straightforward utility app my client ... to 300-400k or less? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    So, I have a form with a few dozen controls and someone would like to save and later restore their contents and ... read a .INI? Something else? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
839 views
1 answer
    I made an application that uses the openssl dlls (libeay32.dll and ssleay32.dll). It is indy using them, ... "temporarly registering the dlls") See Question&Answers more detail:os...
asked Oct 17, 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

2.1m questions

2.1m answers

60 comments

56.7k users

...