[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Ensures the Button for the control is configured and its visibility is set.
Source position: editbtn.pas line 101
protected procedure TCustomEditButton.CheckButtonVisible; |
CheckButtonVisible is a procedure which ensures that the Button in the control is configured and its visibility is set. If Button has not been assigned (contains Nil), no actions are performed in the method.
Otherwise, the Visible property in Button is set to the value returned by CalcButtonVisible. UpdateSpacing is called to adjust the space between Edit and Button as needed for its visibility and Layout.
|
TSpeedButton instance used on the edit control. |
|
|
Edit is the TEbEdit control used to perform direct input for the value in the grouped edit control. |
|
|
Determines whether the Button for the control should be visible. |
|
Version 4.0 | Generated 2025-05-03 | Home |