|
|
|
|
|
BottomIndent (Property) In french: RetraitBas
The BottomIndent property gets and sets the space at the bottom of the text (bottom margin) in a control. This property is available on: - Edit controls.
- Static Text controls.
Note This property is equivalent to the definition of low margin: - For the Static Text control: the bottom margin is defined in the "Style" tab of the field description window ("Outer frame" item, "Margins" button, "Bottom margin" option).
- For an Edit control, the bottom margin is defined in the "Style" tab of the control description window ("Input area", "Margins", "Bottom margin").
LIB_Date.RetraitBas = 4
LIB_Date.RetraitHaut = 4
SAI_NomVoiture.RetraitBas = 5
SAI_NomVoiture.RetraitHaut = 5
Syntax
Getting the value of the bottom margin Hide the details
<Result> = <Control used>.BottomIndent
<Result>: Integer Number of pixels of the bottom margin. The indent is set to 0 pixels by default (no indent). <Control used>: Control name Name of field manipulated: - Static control,
- Edit control.
Changing the value of the bottom margin Hide the details
<Control used>.BottomIndent = <New value>
<Control used>: Control name Name of field manipulated: - Static control,
- Edit control.
<New value>: Integer New value for the bottom margin (in pixels). This value must be positive.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|