[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Sets the value for the Spacing property.
Source position: buttons.pp line 392
protected procedure TCustomSpeedButton.SetSpacing( |
const Value: Integer |
); |
Value |
|
New value for the property. |
SetSpacing specifies the spacing used between adjacent controls. Calls InvalidatePreferredSize to recalculate the preferred height and width for the control. AdjustSize is called to perform smart (delayed) resizing when needed. Invalidate is called to redraw the control.
Modified in LCL version 4.0 to recalculate preferred size and resize the control when the property is changed.
|
Spacing between the Glyph bitmap and the Caption for the control. |
|
|
Marks the preferred size as invalid for this control and all parents (implies that we will look for another). |
|
|
Smart way to DoAutoSize. |
|
|
Causes a delayed Repaint of the control by marking its visible area of the control as invalid. |
Version 4.0 | Generated 2025-05-03 | Home |