"sectionCount"

This attribute holds the number of displayed sections.

Synopsis

shape.sectionCount();

Parameter

Parameter Description
shape Name of the object.
count Number of displayed sections

Description

This attribute holds the number of displayed sections. The number depends on the selected format, e.g. the sectionCount for format "dd.MM.yy HH:mm" is 5, for format "dd.MM.yy" it is 3.

Example

main()
{
  DebugN(DateTimeEdit_ewo1.sectionCount());
}

Assignment

DateTimeEdit Widget