<html>
<head>
<meta http-equiv="content-type" content="text/html;
charset=ISO-8859-15">
</head>
<body>
<p><br>
</p>
<p>Sorry, I also allocate the complete file<br>
</p>
<p><br>
</p>
<p>Hello to all,<br>
</p>
<p>This code compiles with lazarus 2.0.12<br>
</p>
<p>constructor TExtTabPanel.Create(AOwner : TComponent);<br>
begin<br>
{$IFDEF LCL}<br>
�� PageClass := TExtPanel_Tab;<br>
{$ENDIF}<br>
� inherited Create(AOwner);<br>
� Disabled := False;<br>
� Hidden := False;<br>
end;� <br>
</p>
<p><br>
</p>
<p>but with lazarus 2.2 it gives me the following error:<br>
</p>
<p><b>extp_design_ctrls.pas(1247,4) Error: Identifier not found
"PageClass"</b><br>
</p>
<p>How do I resolve?<br>
</p>
</body>
</html>