|
|
|
|
|
StartVisibleRange (Property) In french: DébutEtendueVisible
The StartVisibleRange property is used to: - get the first visible date or time:
- in a Scheduler control.
- in a TimeLine control.
- change the first visible time in a TimeLine control.
Remark: The first visible date or time corresponds to the position of the scrollbar in the control. Syntax
Getting the first visible date or time Hide the details
<Result> = <Control used>.StartVisibleRange
<Result>: Integer or character string in Date/Time format First visible value in the control. This value corresponds to: - an integer for:
- a TimeLine control,
- a Scheduler control in second, millisecond or microsecond mode.
- a date in YYYYMMDDHHSSCC format for a Scheduler control in day, week or month mode.
<Control used>: Control name Name of the control to be used. This control can correspond to: - a Scheduler control.
- a TimeLine control.
Remarks - All the events represented in the control are between StartTotalRange and EndTotalRange. This corresponds to the total range of the scrollbar or range slider associated with the control.
- All the events visible in the control are between StartVisibleRange and EndVisibleRange. This corresponds to the size of the scroll bar cursor or range slider associated with the control.
- The StartTotalRange and StartVisibleRange properties are equivalent. They are used to get the first visible value in the control.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|