|
|
|
|
|
TimelineDisplay (Function) In french: TimelineAffiche Reinitializes the content of a TimeLine control from its data source (HFSQL data file for example). All events are deleted from the TimeLine control and recreated from the data source.
HAdd(File_Event)
TimelineDisplay(TL_Music)
Syntax
TimelineDisplay(<TimeLine control> [, <Options>])
<TimeLine control>: Control name Name of the TimeLine control to be used. The TimeLine control must be linked to a data source. Otherwise (if the control is populated programmatically), TimelineDisplay has no effect. <Options>: Integer constant Option for displaying the TimeLine control: | | schWithoutExecuteQuery | Used to avoid re-running the query linked to the TimeLine control (for a TimeLine control linked to a query). |
Remarks - If the data source linked to the TimeLine control is a query, this query is reinitialized.
- The position in the TimeLine control is not modified.
This page is also available for…
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|