Zum Beispiel wenn ich "VAR SRKIBNewButton : TButton;" in den PRIVATE Teil verlagere
Delphi-Quellcode:
//[...]
TYPE TSRKInfoBox = class
PRIVATE
TYPE TButtons = record
PRIVATE
VAR SRKIBNewButton : TButton;
PROCEDURE SetCaption(ACaption:String='Close');
FUNCTION GetCaption:String;
//[...]
Dann kommt ein Fehler "
Access violation at address [...]". Ich habe jetzt nicht in ein Wörterbuch geschaut aber das müsste eine Zugriffsverletzung sein, wobei man falsch oder mehrfach auf die Variable zugreift, aber so genau weiß ich es auch nicht...
MFG