Thema: Delphi array of pointers

Einzelnen Beitrag anzeigen

Benutzerbild von JasonDX
JasonDX
(CodeLib-Manager)

Registriert seit: 5. Aug 2004
Ort: München
1.062 Beiträge
 
#2

Re: array of pointers

  Alt 24. Jun 2006, 15:01
You need the address of a variable, which you'll store in a Pointer. To get the Address of a Variable, use the @-Operator.
In your case it would be then:
Pointers[Step_input] := @ExportVar greetz
Mike
Mike
Passion is no replacement for reason
  Mit Zitat antworten Zitat