Okay, jetzt wirds kriminell:
Delphi-Quellcode:
var
tmp_Frame: TMYFRAME;
begin
tmp_Frame := TMYFRAME(FindComponent('Frame' + inttostr(PageControl1.ActivePage.Tag)));
showmessage(tmp_Frame.Framevariable);
das showmessage gibt mir eine
Exception (EAccessViolation) - warum das jetzt? Die Variable existiert innerhalb des Frames und da steckt auch was drin .. ??