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
874 views
1 answer
    I was looking at this question and I'm wondering now, what is the meaning of nil as the owner in component ... garbage ? Thanks a lot :) See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
923 views
1 answer
    hopefully an easy question, but I could not find an answer. I am using Delphi TColor and some color values ... -16777188; //light bluish Thanks See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
854 views
1 answer
    Edit Narrowed it down to this 1 line, HTML := wb.OleObject.Document.documentElement.innerHTML; which consumes the ... the HTML of TWebbrowser? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
939 views
1 answer
    I'm having a problem downloading a file using the TidFTP component in Delphi XE2. I am able to get a connection ... (e.message); end; end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
966 views
1 answer
    When you edit a TLabel's caption in the form designer, it resizes the TLabel for you. Is there any way I can ... . Anyone know how to do that? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    A common condition that all programs should do is to check if variables are assigned or not. Take the below statements: ... Ptr) and Ptr <> nil? 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 "i" that is an integer variable and I would like to do a loop that increments the "i" from 40000 ... end; Do you have any suggestions? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
909 views
1 answer
    I want to duplicate a class. It is sufficient that I copy all properties of that class. Is it possible to: loop ... end. // Unit: properties // See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    How to get an image that has been downloaded in TWebBrowser to a TPicture without copying it to clipboard or looking in to cache contents. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
655 views
1 answer
    I'm using Delphi7 and VFrames (TVideoImage) with this Procedure uses VFrames; .... procedure TForm1.snapshot; ... ; Result blank Bitmap file. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
824 views
1 answer
    In a previous post ( My program never releases the memory back. Why? ) I show that FastMM can cache ... memory manager to release unused memory See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.2k views
1 answer
    There is a ComboBox on the FMX Form. It is binded with a datasource (table that has an id-integer and speciality - ... to get it (as integer)? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
843 views
1 answer
    I want to create my own custom control. Let's say I want to initialize its graphic properties. Obviously I ... variable should fix the problem. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
949 views
1 answer
    Some JSON serializers return null for an empty string datafield, e.g. { "searchtext": null, "moretext": "contains ... does not do the job. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    I solved my problem but I need to know why this problem raised to me ?! I write a project that load file to ... and the second one work fine ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    How to get the version of an Android application using the Delphi XE5? I need the "versionName" information. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
851 views
1 answer
    It's easy to check that node is visible. But I don't know how to rightly define that node is presented on ... be is there more accurate way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I have been using TForm's OnActivate event to give me the opportunity to show a dialog box as soon as my app has ... end; Is there a better way? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
2.2k views
1 answer
    I'm not familar with the INDY SMTP component. I want to send a mail with INDY and Office 365. Here is a ... to use SASL with Office365. Thanks. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
834 views
1 answer
    I am preparing a Delphi module, which sets a hook in a thread to record a macro: FHandleRec := ... or suggest the working solution ? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I want know if is possible draw a shadow effect in a complete Bitmap image already existent and after have a ... with the shadow effect? => See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    I have a list of components for my Inno Setup installer, 19 different options, I want to set the OnClick ... is declared as a: TNewCheckListBox 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 statically link Indy OpenSLL files? AFAIK only ICS allows this but for some weird reason Indy doesn't. ... dependency on the dll's. 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 run program with command-line parameters. How can i wait for it to finish running? See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
691 views
1 answer
    If I have a unit that is filled with constants like... unit AConsts; interface const Const1 : WideString ... in the implementation section. See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
919 views
1 answer
    I am attempting to create a view in TVirtualStringTree which will be similar to something like this: In the above ... in C++ Builder though). See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
793 views
1 answer
    I want to use a DivMod function that operates exclusively on 32 bit operands. The implementation in the RTL returns ... // save remainder end; See Question&Answers more detail:os...
asked Oct 24, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    Is there any msscript control in 64 bit? I google a bit and all say no 64-bit yet The reason that I ... work so any quick replacement for this? 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

...