4
votes
2answers
286 views
Problem with setting Browsing Path in Delphi option page
Hi,
I have a problem with setting Browsing Path in Delphi 2009:
When I install a new component, I add DCU path to Delphi's Library Path, and source path to Delphi's Browsing Path. T …
2
votes
5answers
485 views
Registering a custom Frame
Hi,
In Delphi 2009, In one of my projects, I have a custom frame with some controls on it which I want to use as the base class for some other controls. I want to register this frame as an …
1
vote
Is there a way to see if a character is using 1 or 2 bytes in Delphi 2009?
You can use StringElementSize function to find out if a string is Unicode or ANSI.
To check if a character is ANSI, use TCharacter.IsAnsi class function in Chara …
2
votes
How do I get Delphi 2009s (Refactor) Extract Interface to work?
I'm using Delphi 2009 Version 12.0.3210.17555 (Update 1 and 2 installed), and I checked the feature on your class...
As long as I had only your class interface, and method were not implemen …
