[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Amount of pixel added to the widgetset's preferred size
Source position: controls.pp line 693
published property TControlBorderSpacing.InnerBorder: Integer |
When calculating the preferred size of control, the LCL asks first the widgetset. For controls like TButton the widgetset can return a preferred size. The InnerBorder is added twice to this size. If the widgetset does not return a preferred size, the InnerBorder is not used.
lazarus-ccr.sourceforge.net |