PrestwoodBoards.com
-Collapse +Expand

Coder

Search Coder Group:

Advanced
-Collapse +Expand Coder Group Home
-Collapse +Expand Message Board
-Collapse +Expand Knowledge Base
-Collapse +Expand Coder Study Test
PRESTWOODCERTIFIED
-Collapse +Expand Coder Store
PRESTWOODSTORE
-Collapse +Expand Members Only
   PrestwoodBoardsKBProgramming   

Coder KB: Programming Topic

Topics

Topic Articles (Newest to Oldest)

25+ Articles Found in the Programming Topic  (or one of the sub-topics in bold above)
    KB Article Group >>  KB Topic
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New  
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
Sign In To Check If Stuff Is New  
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New  
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
739
Hits

Code
7. Delphi Event Handler
9/20/2009
Delphi for Win32 >> Delphi for Win32
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
509
Hits

Code
9. Delphi Prism Member Events (event)
9/20/2009
Delphi Prism >> Delphi Prism
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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#
Sign In To Check If Stuff Is New
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++
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
433
Hits

Code
14. VB Classic Empty String Check (Len(s&vbNullString))

Languages Focus: Empty String Check

An empty string is a zero length string, a string tha...

9/17/2009
Visual Basic Classic >> VB Classic
Sign In To Check If Stuff Is New
525
Hits

Code

KB Post
15. Delphi Prism Empty String Check (length)

Languages Focus: Empty String Check

An empty string is a zero length string, a string tha...

9/16/2009
Delphi Prism >> Delphi Prism
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
665
Hits

Code
18. Delphi Prism Assignment (:=)

Same as Delphi.

1/28/2009
Delphi Prism >> Delphi Prism
Sign In To Check If Stuff Is New
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
Sign In To Check If Stuff Is New
809
Hits

Code
20. Java Comparison Operators (==, !=)
1/17/2009
Java >> Java
Sign In To Check If Stuff Is New
797
Hits

Code
21. VB.Net File Extensions

Languages Focus: File Extensions

Common or primary file extensions used (not a complete l...

1/1/2009, Updated: 1/13/2009
VB.Net Language >> VB.Net
Sign In To Check If Stuff Is New  
725
Hits

Code
22. Delphi Prism Variables (var x: Integer := 0;)

Languages Focus: Variables

A variable holds a value that you can use and change...

12/24/2008, Updated: 1/16/2009
Delphi Prism >> Delphi Prism
Sign In To Check If Stuff Is New
936
Hits

Code
23. Java Abstraction (abstract)
12/24/2008, Updated: 1/21/2009
Java >> Java
Sign In To Check If Stuff Is New
601
Hits

Code
24. Delphi Prism If Statement (if..else if..else)

Delphi Prism If Statement

Notice in the more complete example that the semicolon for the...

12/18/2008, Updated: 1/17/2009
Delphi Prism >> Delphi Prism
Sign In To Check If Stuff Is New  
860
Hits

Code
25. Delphi Prism Constants (const kPI: Double=3.1459;)
12/18/2008, Updated: 1/24/2009
Delphi Prism >> Delphi Prism

Icon Legend
Recent or not:
- Recent activity (within last two weeks).
- No activity last two weeks.
 Since your last logged visit:
- New to you or updated since your last visit (sign in now to activate).
- NOT new to you since your last visit (sign in now to activate).

New Coding & OO Knowledge Base Post...

Share your knowledge with the WORLD! In addition to adding comments to existing posts, you can post knowledge you've acquired. We welcome full articles (intro with screen shots), general posts (shorter), and tidbits (tips, FAQs, definitions, etc.).

Post New...

Tidbit Post: Short Flashcard FAQ Definition Quick Tip Code Snippet
Longer Post: Full Article General Post File Link Error News
Other: Blog Topic
Or, if YOU have a question...
  Coding & OO Message Board
 
873 People Online Now!!  
Online Now: Sign In to see who's online now!  Not a member? Join Prestwood now. It's free!