This is a simplified example of my actual table:
CREATE TABLE TimePeriods(
TimePeriodID int IDENTITY (1, 1) NOT NULL ,
StartDateTime datetime NOT NULL ,
EndDateTime datetime NOT NULL
) ON [PRIMARY]
StartDateTime will always be less than EndDateTime. The table may contain...
When I set a TDateTicker's Kind := dtkTime and ShowCheckBox := True, then, at runtime, if I select the hours, minutes or seconds, and try to increment or decrement it using the up-down control on the right, it only works once. It looks like the focus shifts to the checkbox. Any work-arounds for...
I want to use a TComboBox as an in-place editor on another control. It needs a drop down list. Such a combobox does not allow me to set the height to less than 19. Is there a quick-fix for this, or will I have to create my own component.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.