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