[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'Controls' (#lcl)

TControl.IsControlVisible

True if the control is Visible, or is in design mode.

Declaration

Source position: controls.pp line 1498

public function TControl.IsControlVisible: Boolean; virtual;

Description

Does not check for invisible parents.

See also

TControl.Visible

  

Allows to show or hide the control, and all of its children.