Top "Delphi-2010" questions

Delphi 2010 is a specific version of Delphi.

How can I fix "Cannot open clipboard: Access Denied" errors?

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-paste
How to count number of occurrences of a certain char in string?

How can I count the number of occurrences of a certain character in a string in Delphi? For instance, assume …

delphi delphi-xe2 delphi-2010
Screen recorder

I'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 freepascal
Why Delphi says 'cannot resolve unit name xxx'?

I'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-2010
How to install a component from .pas file in delphi?

i'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-component
How can I declare an array property?

I 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-2010
Converting UTF8 to ANSI (ISO-8859-1) in Delphi

I have a question about a code that i have to convert UTF8 strings to ANSI strings. My code works …

delphi utf-8 delphi-2010 ansistring
What is the fastest XML Parser available for Delphi?

We have reasonably large XML strings which we currently parse using MSXML2 I have just tried using MSXML6 hoping for …

delphi delphi-2010
Delphi 2010: How to save a whole record to a file?

I have defined a record which has lots of fields with different types (integer, real , string, ... plus dynamic arrays in …

delphi file-io delphi-2010
Loading RTF text from database into TRichEdit

I 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