OnProvideAdditionalDateLine

  • Updated

This event, which is triggered during the (re)loading phase, can be used to configure an additional dateline that is not bound to an object.

If the event is handled and a DateTime is specified, the line is shown, otherwise a possibly existing line is removed (at reload). If no values are specified for parameters that describe the appearance of the line, the default of the ControlAddin results.

[IntegrationEvent(/*IncludeSender*/false, /*GlobalVarAccess*/false)]

procedure OnProvideAdditionalDateLine(pClientGuid: Guid; var pDateLineDateTime: DateTime;
var pDescription: text; var pColor: text; var pDescriptionColor: text;
var pThickness: integer; var pDashArray: text; var pHandled: Boolean)

 

 Data typeDescription
Parameter:  
pClientGuidGuid

This value is used for the global identification of VPS Control-AddIn on a page.

 

var pDateLineDateTimeDateTimeDate of the additional date line 
var pDescriptionTextDescription of the additional date line 
var pColorTextColor of the additional date line 
var pDescriptionColorTextColor of the description of the additional date line 
var pThicknessIntegerLine thickness of the additional date line
var pDashArrayTextDash of the additional date line 
var pHandledBooleanIf it returns true, an already existing date line is removed (reload)

Was this article helpful?

0 out of 0 found this helpful

Comments

0 comments

Please sign in to leave a comment.