[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Determines whether the Button for the control should be visible.
Source position: editbtn.pas line 95
protected function TCustomEditButton.CalcButtonVisible: Boolean; virtual; |
True if the control is visible and has focus, or is configured to always shows its editor button.
CalcButtonVisible is a Boolean function used to determine whether the Button for the control should be visible. The return value is True when the control is Visible and the Edit has focus, or the control is not configured to display its button only when focused.
Remark: | The return value is always True at design-time. |
CalcButtonVisible is used in the implementation of the CheckButtonVisible method.
|
TSpeedButton instance used on the edit control. |
|
|
ButtonOnlyWhenFocused - if True, the SpeedButton only appears when focus is given to the EditButton control. |
|
|
Edit is the TEbEdit control used to perform direct input for the value in the grouped edit control. |
|
|
Allows the control, and all of its children, to be displayed or hidden. |
Version 4.0 | Generated 2025-05-03 | Home |