Unit 'Controls' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#lcl]

TControl.HandleObjectShouldBeVisible

True if the control should be visible, unless it's being destroyed.

Declaration

Source position: controls.pp line 1675

public function TControl.HandleObjectShouldBeVisible: Boolean; virtual;

Description

HandleObjectShouldBeVisible is a Boolean function which indicates if the control requires a valid handle in its widgetset class instance and should be visible. The return value is set to True when the following conditions are satisfied:

HandleObjectShouldBeVisible is used frequently in widgetset class methods, and indicates that actions like allocating or freeing a handle should be performed. It determined the value for the Visible property in the widget. It also indicates whether the actions in the class method can be performed, or should be ignored.

See also

TControl.IsVisible

  

Gets the effective visibility for the control and all of its Parent controls.



CT Web help

CodeTyphon Studio