Hi all,
I was looking for the solution for a while about ( Error: identifier idents no member "SetVisible").
As far I read, it is due the fcp version , is it right ??
if TabSheetLogs.Visible then
begin
TabSheetLogs.SetVisible(false);
end ;
my fpc version is :
Free Pascal Compiler version 2.5.1 [2010/11/11] for x86_64
Copyright (c) 1993-2010 by Florian Klaempfl
My Lazarus IDE version is: 0.9.29
Regards,
Nicolas