Description
You must implement IPSCTextPart interface if you want to use your class as a text edit part in the TPSCCustomPartsEdit control or in any of it's descendants. By default we have implemented many different text parts. For example there are many date-time related parts: TPSCTextPartYear, TPSCTextPartHour, TPSCTextPartMinute. Also there are more high-level parts which can be used as ancestors or directly, for example part for editing numeric values - TPSCTextPartInteger, part with pick list - TPSCTextPartPickList.
TPSCCustomPartsEdit allows to specify list of the parts so it will be possible to edit them altogether in the same TPSCCustomPartsEdit control. An example of the control which uses this technology is TPSCDateTimeUpDown.