"dateEditAcceptDelay"

Defines after which time an inactive date edit is shown before its contents are accepted.

Synopsis

shape.dateEditAcceptDelay(int timespan);

Parameters

Parameter Description
shape Name of the object
timespan Time in milliseconds after which an inactive date edit is shown.

Description

Defines after which time an inactive date edit is shown before its contents are accepted.

Example

main()
{
  Calendar1.dateEditAcceptDelay(1000);
}

Assignment

Calendar