Vcl.Controls.TControl.Show

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure Show;

C++

void __fastcall Show();

Properties

Type Visibility Source Unit Parent
procedure
function
public
Vcl.Controls.pas
Vcl.Controls.hpp
Vcl.Controls TControl

Description

Makes a control visible.

Use the Show method to make visible a control that was previously hidden.

The Show method sets the control's Visible property to true and ensures that the parent control is also visible.

See Also