Description
TPSCTextPartSecond is a special text editor part that allows to edit seconds. When value in the TPSCTextPartSecond part is changed by the user, date-time which is connected to the TPSCTextPartSecond will be updated with the new seconds value.
You can connect TPSCTextPartSecond to the TPSCCustomPartsEdit or any descendant of this class, by adding item to the Parts property and specifying TPSCTextPartSecond instance as value of the PartData property.
TPSCTextPartSecond is used in the TPSCDateTimeUpDown control which allows user to edit date-time values in the easy way.