Source position: datetimepicker.pas line 113
type TDateTimePart = (
dtpDay,
dtpMonth,
dtpYear,
dtpHour,
dtpMinute,
dtpSecond,
dtpMiliSec,
dtpAMPM
);