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

TControl.IsVisible

Returns True if the control is visible, including all of its Parents.

Declaration

Source position: controls.pp line 1643

public function TControl.IsVisible: Boolean; virtual;

Function result

True only if all Parents also are visible.

See also

TControl.Visible

  

Allows the control, and all of its children, to be displayed or hidden.

The latest version of this document can be found at lazarus-ccr.sourceforge.net.