Einzelnen Beitrag anzeigen

Benutzerbild von DP News-Robot
DP News-Robot

Registriert seit: 4. Jun 2010
14.985 Beiträge
 
#1

Delphi: forward declaration of classes and interfaces, but no records.

  Alt 24. Feb 2016, 05:22
As Delphi allows to forward declare both classes and interfaces, people often wonder about records. The short answer: you can’t forward declare record types. The long answer: you can’t directly, but you can indirectly either reference based (through pointers*or*callbacks with const ...

More...
  Mit Zitat antworten Zitat