FAQ: comp.lang.pascal.delphi.misc miniFAQ (short version)
From: Evil miniFAQ Boss (miniFAQ_at_mfw.dds.nl)
Date: 05/30/04
- Next message: Rob Kennedy: "Re: ontimer at runtime"
- Previous message: Hmmm: "help with this classes mess..."
- Next in thread: Bruce Roberts: "Re: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Reply: Bruce Roberts: "Re: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 30 May 2004 00:52:44 GMT
FAQ FOR NEWSGROUPS: COMP.LANG.PASCAL.DELPHI.MISC, ALT.COMP.LANG.BORLAND-DELPHI
Version: 2003-10-07
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 2003 the current maintainer, all rights reserved except the right
to re-distribute the current document. Even better: give out the URL.
--------------------------------------------------------------------------------
Latest version:
http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.htm
Plain text version:
http://www.bancoems.com/CompLangPascalDelphiMisc-MiniFAQ.txt
Examples page:
http://www.bancoems.com/mini_faq_examples.htm
--------------------------------------------------------------------------------
CONTENTS
1. How do I start another program from my program?
2. How to stop a second instance of my program from executing? (Also: HPrevInst
doesn't seem to work, why?)
3. Floating-point work - i.e. with single, real, real48, double, extended -
gives long decimals or wrong numbers. Why?
4. Is there a limit on the number of characters allowed in a tMemo?
5. Why do I get an "abstract error" when I try to use a tStrings variable?
6. How do I access a component/property/field of Form1 from Form2?
7. How do I change the background, font, general appearance of an entry in a
tListView, tTreeView, tListBox, tCombobox list, tStringGrid, etc.?
8. How do I change the formatting of a line/word/character in a tMemo?
9. Why does the debugger show my For loop variable counting down, not up?
10. How do I get the path of my executable? And, how do I retrieve the command
line parameters?
11. When my program is in a loop it doesn't respond to user input or update its
display. Can I change this?
12. How do I access the compilation date in my program?
13. How do I access the VersionInfo tab's data at runtime?
14. Does Delphi have an equivalent to the VB Split function?
15. I create a label/edit/some other control at run-time but it doesn't appear
on the form. Why?
16. How do I use streams?
17. How do I declare an event handler for an object that I create at runtime?
18. When using the TRegistry component under Windows NT, Windows 2000, or
Windows XP, a user with less than Administrator rights is unable to
access information stored in the HKEY_LOCAL_MACHINE hive. How can I
work around this?
19. When drawing text on a canvas, how do I determine the resulting text size?
20. How can I loop through the components/labels/edit-boxes on my form? (Also:
Tag is unused, what is it good for?)
- Next message: Rob Kennedy: "Re: ontimer at runtime"
- Previous message: Hmmm: "help with this classes mess..."
- Next in thread: Bruce Roberts: "Re: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Reply: Bruce Roberts: "Re: comp.lang.pascal.delphi.misc miniFAQ (short version)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|