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