반응형
for i := 0 To ComponentCount - 1 do
begin
if Components[i] is TLabel Then
TLabel(Components[i]).Visible := False;
end;
begin
if Components[i] is TLabel Then
TLabel(Components[i]).Visible := False;
end;
반응형