フォームまたはパネルからすべてのコンポーネントを取得し、visible プロパティを false に設定する方法は?
///
/// loop all components, this is just an idea for the solution ,,,,
///
for i:= 0 to myPanel.ComponentsList do
begin
///
MyComponent.visible := false;
end;