The border space on the right edge of the associated control.
Source position: controls.pp line 871
published property TControlBorderSpacing.Right : TSpacingSize |
Right is a TSpacingSize property which indicates the number of pixels used as border spacing for the associated Control. It specifies the minimum distance between either the right edge of the parent control or the left edge of an adjacent sibling control.
Changing the value for the property causes the Change method to be called to notify and apply modifications to the associated Control, and to signal the OnChange event handler (when assigned).
Values in Left, Right, Top, Bottom, Around, and InnerBorder may be scaled by X and Y scaling factors when the AutoAdjustLayout method is called.
Values in Left, Right, Top, Bottom, Around, and InnerBorder are used in Control methods which anchor or adjust the layout and size for the control instance on its parent control.
Use Left to specify the border spacing on the left-hand edge of the associated Control.
|
The control where the border spacing values are applied. |
|
|
The border space on each of the edges for the associated control. |
|
|
The border space on the left edge of the associated control. |
|
|
Invalidates the control and signals the OnChange event handler. |
|
|
Automatically adjusts the size of the control using the specified proportions. |
|
|
Repositions and resizes the control and child controls. |
|
|
Provides indexed access to the child controls for the class instance. |
|
|
Override this method to return a different preferred height and/or width for auto-sizing. |
|
|
The control within which the control is shown. |
|
|
Applies layout changes using the specified policy and scaling proportions to the control. |
|
|
Anchor to Sibling at Side. |
|
|
Anchor to the Parent using the Align value for the control. |
|
|
Alias to the Integer type. |
CT Web help |
CodeTyphon Studio |