Delphi 2010 is a specific version of Delphi.
I am using the following code to copy text to the clipboard: Clipboard.Open; try Clipboard.AsText := GenerateClipboardText; finally Clipboard.…
delphi delphi-2010 clipboard copy-pasteHow can I count the number of occurrences of a certain character in a string in Delphi? For instance, assume …
delphi delphi-xe2 delphi-2010I'm interested in a library(for windows) written in Delphi/Pascal or C++ that allows me to record(to a …
c++ delphi delphi-2010 pascal freepascalI'm working with Delphi2010 Enterprise Update 4. When I'm opening my project in the IDE and displaying the mainform code, there …
delphi ide delphi-2010i've downloaded the RealTimeMarquee component for embarcadereo delphi 2010 which comes as a two files RealTimeMarquee.pas SimpleHTML.pas But when …
delphi installation package delphi-2010 custom-componentI constructed class system TTableSpec=class(Tobject) private FName : string; FDescription : string; FCan_add : Boolean; FCan_edit : Boolean; FCan_delete : …
delphi oop delphi-7 delphi-xe2 delphi-2010I have a question about a code that i have to convert UTF8 strings to ANSI strings. My code works …
delphi utf-8 delphi-2010 ansistringWe have reasonably large XML strings which we currently parse using MSXML2 I have just tried using MSXML6 hoping for …
delphi delphi-2010I have defined a record which has lots of fields with different types (integer, real , string, ... plus dynamic arrays in …
delphi file-io delphi-2010I am currently in the process of migrating our software solution from Delphi 7 to 2010. Mostly the changes have been simple …
delphi unicode delphi-2010 ansi richedit