| |
|
KB Article |
Group >>
KB Topic
|
 121 Hits
|
 KB Post |
1. Opening up Outlook
Long a proprietary data store format, Microsoft is opening up the Outlook PST file format with the release of a couple new products.
(1 Comments
, last by mprestwood )
7/20/2010, Updated: 7/28/2010
|
Coding & OO >>
Programming
|
890 Hits
|
 Code |
 KB Post |
|
2. Delphi Array (x=Array[0..3] of string;)
Delphi supports both static and dynamic arrays.
(1 Comments
, last by rdkram )
3/30/2010
|
Delphi for Win32 >>
Delphi for Win32
|
459 Hits
|
 Code |
3. VB Classic Array (x = Array())
Arrays in VB Classic use a 0-based indice. UBound returns -1 if the array has no elements, 0 if it has 1, 1 if it has 2, etc.
3/20/2010
|
Visual Basic Classic >>
VB Classic
|
 376 Hits
|
 News |
4. Prestwood Sponsors RAD Studio 2010 Sacramento Tour Stop!
Prestwood sponsors RAD Studio 2010 Sacramento tour stop Wednesday 12/2/2009 6:00PM - 8:00PM! See Delphi 2010, C++Builder, Prism!
10/31/2009, Updated: 11/14/2009
|
Delphi for Win32 >>
Delphi for Win32
|
951 Hits
|
 Code |
5. VB.Net Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
10/3/2009
|
VB.Net Language >>
VB.Net
|
 669 Hits
|
 Code |
6. Delphi Inline Code (asm)
In Delphi, you can inline assembler code using the asm keyword.
9/23/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 739 Hits
|
 Code |
7. Delphi Event Handler
9/20/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 492 Hits
|
 Code |
8. Delphi Member Events
In Delphi, member events are essentially properties of the type method pointer.
9/20/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 509 Hits
|
 Code |
9. Delphi Prism Member Events (event)
9/20/2009
|
Delphi Prism >>
Delphi Prism
|
 600 Hits
|
 Code |
10. Delphi Prism Event Handler
The Delphi Prism
Most notable for Delphi developers is the fact that Prism does not offer initialization nor finalization sections.
9/20/2009
|
Delphi Prism >>
Delphi Prism
|
 418 Hits
|
 Code |
11. C# Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
9/19/2009
|
C# (Visual C# & VS.Net) >>
C#
|
 551 Hits
|
 Code |
12. C++/CLI Empty String Check (String.IsNullOrEmpty)
The .Net framework offers a static method in the string class: String.IsNullOrEmpty.
9/19/2009
|
C++ >>
C++
|
 1015 Hits
|
 Code |
13. Delphi Empty String Check (length(s) = 0)
Length() or SizeOf() will correctly identify an unassigned string variable or an empty string.
9/19/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 433 Hits
|
 Code |
14. VB Classic Empty String Check (Len(s&vbNullString))
Languages Focus: Empty String CheckAn empty string is a zero length string, a string tha...
9/17/2009
|
Visual Basic Classic >>
VB Classic
|
 525 Hits
|
 Code |
 KB Post |
|
15. Delphi Prism Empty String Check (length)
Languages Focus: Empty String CheckAn empty string is a zero length string, a string tha...
9/16/2009
|
Delphi Prism >>
Delphi Prism
|
 539 Hits
|
 News |
16. Virus Targets Old Delphi Tools
New virus targets old versions of Delphi (4, 5, 6, and 7) but not the applications developed with Delphi and not the current Delphi versions, just Delphi itself.
8/20/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 1381 Hits
|
 Error |
17. Program or unit recursively uses itself
[DCC Fatal Error] Program or unit 'Buttons' recursively uses itself
2/24/2009
|
Delphi for Win32 >>
Delphi for Win32
|
 665 Hits
|
 Code |
18. Delphi Prism Assignment (:=)
Same as Delphi.
1/28/2009
|
Delphi Prism >>
Delphi Prism
|
 610 Hits
|
 FAQ |
19. Partial Methods versus Abstract Methods
What is the difference between a partial method and an abstract method?
1/23/2009
|
Delphi Prism >>
Delphi Prism
|
 809 Hits
|
 Code |
20. Java Comparison Operators (==, !=)
1/17/2009
|
Java >>
Java
|
 797 Hits
|
 Code |
21. VB.Net File Extensions
Languages Focus: File ExtensionsCommon or primary file extensions used (not a complete l...
1/1/2009, Updated: 1/13/2009
|
VB.Net Language >>
VB.Net
|
725 Hits
|
 Code |
22. Delphi Prism Variables (var x: Integer := 0;)
Languages Focus: VariablesA variable holds a value that you can use and change...
12/24/2008, Updated: 1/16/2009
|
Delphi Prism >>
Delphi Prism
|
 936 Hits
|
 Code |
23. Java Abstraction (abstract)
12/24/2008, Updated: 1/21/2009
|
Java >>
Java
|
 601 Hits
|
 Code |
24. Delphi Prism If Statement (if..else if..else)
Delphi Prism If StatementNotice in the more complete example that the semicolon for the...
12/18/2008, Updated: 1/17/2009
|
Delphi Prism >>
Delphi Prism
|
860 Hits
|
 Code |
25. Delphi Prism Constants (const kPI: Double=3.1459;)
12/18/2008, Updated: 1/24/2009
|
Delphi Prism >>
Delphi Prism
|