delphi-xe
Updateing dataset
Lets say I have 2 datasets: A and B, that have th开发者_运维百科e same columns. I want to get the \'distance path\' - minimal operations needed to be done, to change datasets A to B.[详细]
2023-03-12 16:47 分类:问答Is there a RTL function like StringOfChar which duplicates strings instead of chars?
I am using the StringOfChar function to create a string of chars like this S := StringOfChar(\'b\', 5); //s is set to \'bbbbb\'[详细]
2023-03-12 03:13 分类:问答Delphi XE Update 1 - Which version number?
I cannot find in the Install and Readme file which version number is Update 1. In Delphi, the About box says that I have Embarcadero® Delphi® XE Version开发者_StackOverflow中文版 15.0.3890.34076.[详细]
2023-03-12 01:32 分类:问答Problem with Generics and As Cast [duplicate]
This question already has answers here: Closed 11 years ago. Possible Duplicate: “As” operator for constrained generic types[详细]
2023-03-11 02:27 分类:问答How I can create a global exception handler in a DLL?
I a开发者_StackOverflow中文版m working in a DLL which sometimes raises unhandled exceptions.I am using madExcept to detect and debug the buggy code, but when I finally deploy my DLL I want include my[详细]
2023-03-11 02:26 分类:问答Why does IsUTF8String return false?
I have some simple code: 开发者_StackOverflow社区procedure TForm1.Button1Click(Sender:TObject); var[详细]
2023-03-10 23:26 分类:问答How to use AQtime (free) in Delphi XE?
Embarcadero says that I got some free version of AQtime when I purchased my Delphi XE license. However, today I tried to run for the first time AQtime and I got an error message: \'You are using AQTim[详细]
2023-03-10 22:31 分类:问答Cannot download patch from Embarcadero web site [closed]
This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time,or an extraordinarily narrow situation that is not generally applic[详细]
2023-03-10 18:53 分类:问答Constant in-place array of strings and records in Delphi
Is something like this possible with Delphi? (with dynamic arrays of strings and records) type TStringArray = array of String;[详细]
2023-03-10 18:24 分类:问答How to add manifest <requestedPrivileges> info into delphi project
What is the easiest way to add the <requestedPrivileges> manifest info to a Delphi XE project (.exe)?[详细]
2023-03-10 17:22 分类:问答