[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Implements an OnVisibleChanged event handler assigned to the Associate control in the class instance.
Source position: comctrls.pp line 1973
protected procedure TCustomUpDown.OnAssociateChangeVisible( |
Sender: TObject |
); |
Sender |
|
Control (Associate) for the event notification. |
OnAssociateChangeVisible ensures that the Visible property for the control is updated when the corresponding property has been changed in the Associate control. It calls the SetVisible method to apply the new property value to the control.
See TControl.SetVisible for more information about the actions performed when the Visible property is updated.
|
Sets the value for the Visible property. |
|
|
Allows the control, and all of its children, to be displayed or hidden. |
Version 4.0 | Generated 2025-05-03 | Home |