| | |
Property name | Type used | Effect |
---|
Author | Character string | Name of the event author. If this property is not specified, the event has no author. |
WithRepetition | Boolean | - True if the event must be repeated,
- False if the event only happens once.
If the event is repeated, ..Repetition is used to specify the frequency of the repetition. This property is set to False by default. |
Tooltip | Character string | Tooltip displayed when the event is hovered. By default, this value includes the start and end times of the event as well as the event title. |
Category | Character string | Category of the event. If this property is not specified, the event is associated with no category. |
Content | Character string | Detailed description of the event. The content is displayed in the TimeLine control. If this property is not specified, the event has no description. |
BackgroundColor | Integer | Background color used to display the event in the TimeLine control. This color can correspond to:If this property is not specified, a color will be automatically calculated. The events of the same category will have the same color.Before version 24, this property was named "BrushColor". |
Start | Integer | Start of event. This property must use the same unit as the one used to display the TimeLine control (second, millisecond or microsecond). This property must necessarily be specified. |
End | Integer | End of event. This property must use the same unit as the one used to display the TimeLine control (second, millisecond or microsecond). This property must necessarily be specified. |
ID | Character string | Identifier associated with the event. Allows you to store the identifier of an element that must be associated with the element in order to use it later in programming. For example, this identifier can correspond to the identifier of a record in a database. |
Image | Character string | Image associated with the event. This image is displayed in the TimeLine control (in addition to the logo that represents an important element if necessary).
This property can correspond to: - the path to an image accessible from the current computer,
- an image file found in the library of the application,
- an Image control containing an image,
- a drawing performed in an Image control with the drawing functions and saved in memory.
If this property is not specified, the event has no associated image.Remark: An internal window must be used to display an image in the event. The simple style (proposed by default) cannot be used to display an image. |
Importance | Integer | Importance of the event. If this property is equal to or greater than 1, a pictogram (  ) will be displayed in the TimeLine control to indicate an important event. If this property is not specified, its value is set to 0. |
Remark | Character string | Note associated with the event. If this property is not specified, no note is associated with the event. |
Track | Character string | Track associated with the event. |
Repetition | Repetition variable | Advanced parameters of repetition. This property is taken into account only if ..WithRepetition is set to True. |
Title | Character string | Title of event. The title is displayed in the Timeline control. If this property is not specified, the event has no title. |