|
|
|
|
|
Border (Property) In french: Cadre
The property Frame property allows you to view and modify the characteristics of the frame: - for a report control or block.
for a window control. Note: This property is not available on Button. for a cell of the Table control.
MonCadre is Border
MonCadre.Color = LightRed
MonCadre.Thickness = 5
NumNbPage.Cadre = MonCadre
NumNbPage.Cadre.Epaisseur = 1
MonCadre2 is Border = NumNbPage.Cadre
Syntax
Getting the border characteristics of an element Hide the details
<Characteristics> = <Element used>.Border
<Characteristics>: Border variable Border variable containing the characteristics of the borders for the specified element. <Element used>: Control name - Name of the control or block used. This element is in the current report.
Name of the window control used. Cell in a Table control using one of the following syntaxes:- syntax using row and column numbers:
<Table control>[RowNum,ColumnNum] - syntax using column name and row number:
<Table control>.<Column name>[RowNum]
Defining the borders programmatically Hide the details
<Element used>.Border = <Border characteristics>
<Element used>: Control name - Name of the control or block used. This element is in the current report.
Name of the window control used. Cell in a Table control using one of the following syntaxes:- syntax using row and column numbers:
<Table control>[RowNum,ColumnNum] - syntax using column name and row number:
<Table control>.<Column name>[RowNum]
<Border characteristics>: Border variable Border variable containing the characteristics of the borders that will be applied to the specified element.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|