Description:
General issues with Borland Delphi.
|
|
|
Testing Delphi DLL crashes VB6 IDE
|
| |
G'day everyone I've had my first go at writing a DLL in Delphi. So far so good. By using a typelib I've been able to pass Widestrings to and from the DLL without difficulty. What's curious at the moment is that I'm using VB6 as the testbed, and every time I run a test within the IDE, the program runs and then the... more »
|
|
Newbie questions about Delphi...
|
| |
I've been database programming with VB for about ten years now. I've 'played' with Delphi a little bit many years ago and was curious about it again. I have a few questions: Who is Embarcadero? What happened to Borland? What is the difference between Delphi and 'Delphi for NET'? Can't one program do both?... more »
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
WMSysCommand canceling move
|
| |
I am having to capture the WMSysCommands and it is apparently capturing the ability to move the form by the title bar. Does anyone know the way to get the move to work again? Thanks. procedure TForm1.WMSysCommand; begin if (Msg.CmdType = SC_MOVE) then <---- something like this? ... if Msg.CmdType = SC_CLOSE then //close doesn't work... more »
|
|
Remove dotted indication in Tlistbox
|
| |
This group still active ? When I start a Tlistbox with listbox.items.assign(stringlis t), none of the lines has any marking. When I click a line, it gets grayed and the itemindex will be updated. If I now set listbox.itemindex:=-1; the graying of the line is removed but there is still a dotted border around the previously grayed text.... more »
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
Copy TStringList to TListBox
|
| |
Hello all, I have a TStringList containing some strings, with associated objects. I wish to copy this list to a TListBox, so that the Listbox contains a separate copy of the Stringlist items (including the objects). I use Assign, but it seems that this only assigns pointers to the original objects in the Stringlist instead of copying them to new objects:... more »
|
|
FAQ: comp.lang.pascal.delphi.misc miniFAQ (full version)
|
| |
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI Version: 2006-09-16 First maintainer: Esther Michaels Current maintainer: Maarten Wiltink (Evil miniFAQ Boss) Posting schedule: Short version every Sunday, full version every first of the month Copyright 2001-2006 the current maintainer, all rights reserved except the... more »
|
|
getting return value of javascript function
|
| |
Hi, I know how to get the value of a javascript variable in a webbrowser, and how to call a javascript function. But I can't find how to get the return value of a function. Any ideaz? TIA Steven
|
|
|