Source position: odbcsql.inc line 285
type SQL_TIME_STRUCT = packed record
Hour: SQLUSMALLINT;
Minute: SQLUSMALLINT;
Second: SQLUSMALLINT;
end;