Einzelnen Beitrag anzeigen

blackfin
(Gast)

n/a Beiträge
 
#5

AW: "type xyz = type string" Sprachkonstrukt?!?

  Alt 15. Jul 2010, 14:25
Aus den Delphi basics:

Zitat:
1.type Name = Existing type

Refers to an existing type, such as string by a new Name.

2.type Name = type Existing type

This has the same effect as above, but ensures that at run time, variables of this type are identified by their new type name, rather than the existing type name.
  Mit Zitat antworten Zitat