Einzelnen Beitrag anzeigen

Apollonius

Registriert seit: 16. Apr 2007
2.325 Beiträge
 
Turbo Delphi für Win32
 
#6

Re: Frage zu Typendeklarationen

  Alt 24. Mai 2008, 16:02
Schau mal in die Hilfe unter "Type Compatibility". Da heißt es bei mir unter "Assignment Compatibility" unter anderem:
Zitat:
[...] An expression of type T2 can be assigned to a variable of type T1 if the value of the expression falls in the range of T1 and at least one of the following conditions is satisfied.
[...]
T1 and T2 are compatible ordinal types.
T1 and T2 are both real types.
Wer erweist der Welt einen Dienst und findet ein gutes Synonym für "Pointer"?
"An interface pointer is a pointer to a pointer. This pointer points to an array of pointers, each of which points to an interface function."
  Mit Zitat antworten Zitat