// Define the characteristics of the anchor
// The control will be resized in height and width
LIST_List1..锚定=锚定.宽度+锚定.高度
语法
Finding out the anchor of a control 隐藏详细信息
<Current Anchor> = <Control Name>..锚定
<Current Anchor>: Integer constant
Characteristics of the anchor currently defined for the control. | |
锚定.底 | The control moves to the bottom |
锚定.右 | The control moves to the right |
锚定.高度 | The control stretches to the bottom |
锚定.左上 | No action |
锚定.宽度 | The control stretches to the right |
锚定.右 and 锚定.宽度 can be associated with 锚定.底 and 锚定.高度.
<Control Name>: Character string (with or without quotes)
Name of the control used.
注意
Anchor
Reminder: the anchor of a control is used to define the behavior of the control (size and location) when the window or report is resized.
The positions and widths used to calculate the new sizes and positions are the ones defined in the editor. They can be returned by
..X初始位置,
..初始纵坐标,
..初始宽度 and
..初始高度.
Limits
19版本和更高版本
19新版本