#pas
if NMDC.dwFlags = GDT_VALID then begin
if (piTime in fControl.opt) or (piUpDown in fControl.opt) then _hi_OnEvent(fControl._event_onChange);
Result := True;
end;
#pas
if NMDC.dwFlags = GDT_VALID then begin
_hi_OnEvent(fControl._event_onChange);
Result := True;
end;