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
739 views
1 answer
    This is a follow-up question to: How to hide a protected procedure of an object? (I'm a bit fuzzy on ... to access (strict) private members? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
789 views
1 answer
    I know marking string parameters as const can make a huge performance difference, but what about ordinal types? ... ordinal parameters as const? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    This is a very frequent pattern throughout my code: SetLength(SomeDynamicArray, Length(SomeDynamicArray)+1); ... code as possible. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
784 views
1 answer
    I have some program settings that are currently stored in HKEY_LOCAL_MACHINE. Due to Vista and locked down users, ... app written in Delphi. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
877 views
1 answer
    I have a problem with parsing XML. How to get field values se_url and phrase? I need to get link1_1, link1_2, key1, ... </row> </data> </doc> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
913 views
1 answer
    Is there a routine available in Delphi 2007 to convert the characters in the high range of the ANSI table (>127) to ... (em dash) → - (hyphen) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.5k views
1 answer
    My application is based on modal forms. Main form opens one form with ShowModal, this form opens another with ShowModal ... : I use Delphi 7. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
982 views
1 answer
    How can I parse Name: & Value text from within the tag with DIHtmlParser? I tried doing it with TCLHtmlParser from ... "clear"></div></div> See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
732 views
1 answer
    Please see the attached screenshot which illustrates a TToolBar from one of my programs: Notice the last two ... them if possible. Thanks. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
674 views
1 answer
    Delphi has this list: Delphi Intrinsic Routines But that list is incomplete. What are the 7 undocumented intrinsic ... what is their purpose? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
656 views
1 answer
    Hi What is the best way to do nested try & finally statements in delphi? var cds1 : TClientDataSet; cds2 : ... a better way of doing this? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
771 views
1 answer
    Delphi (and probably a lot of other languages) has class helpers. These provide a way to add extra methods to ... good uses for class helpers? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
796 views
1 answer
    I'm using Delphi 2009 and want to decode an HTML encoded string, for example: &#39; -> ' But cannot find ... for doing this. Thanks in advance See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
708 views
1 answer
    I have a question similar to this, but in delphi. type TThreadPopulator = class(TThread) private _owner: ... is not applicable to delphi See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.7k views
1 answer
    HI! Could you please tell me how to resize a .png image. Or better give an example. I've been searching ... image and keep its transparency. :( See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
821 views
1 answer
    I want my application to always run using the real gpu on nVidia Optimus laptops. From "Enabling High ... variable seems much cleaner. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
777 views
1 answer
    I'd like to split my string to array but it works bad when last "value" is empty. See my example ... = 4 (primitive workaround with space) See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.0k views
1 answer
    I am using WMI to get all inserted USB disks manufactures names. The code works great but I have a problem ... this in a normal drive letter? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.3k views
1 answer
    I have a simple php script on my web server which I need to upload a file using HTTP POST, which I am doing in ... bind socket'); end; end; end; See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    I need to find DecimalSeparator var SysUtils Delphi 7, in Delphi XE6 i tried to find in System.SysUtils, but ... component of Delphi 7 to XE6 See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
905 views
1 answer
    i have use delphi xe recently but exe size is very big because of rtti(i think) howto remove rtti , and can i ... ; and what is the use of rtti See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
742 views
1 answer
    I have started using of generics in Delphi 2010 but I have a problem when compiling this piece of code: ... the compiler says this error? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
943 views
1 answer
    I need to translate an application on delphi. Now all strings in interface on Russian. What are the ... people translate large applications? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
886 views
1 answer
    There is a PerformanceCounter in .net platform, which can retrieve the cpu usage of every single process. ... processes are already available. See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
847 views
1 answer
    I use DirectoryExists (const PathName : String); to check if a directory is reachable from a computer or not. But ... in kernel32)? Any ideas? See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
1.1k views
1 answer
    is it possible to get source line number at runtime in Delphi? I know JCL debug, but I want to avoid to use it ... , 'Error'); end; Thank you See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
741 views
1 answer
    I have a console application that I launch from a GUI applicaiton. The console application takes parameters for ... between gui and console See Question&Answers more detail:os...
asked Oct 17, 2021 in Technique[技术] by 深蓝 (71.8m points)
0 votes
715 views
1 answer
    System can't find alg.exe but it does exist - "c:windowssystem32alg.exe". I've moved from Win 7 x86 to ... := xIS64 else RaiseLastOSError; end; 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

...