I have a requirement which consists of one table at the top and a tab-sheet which cons开发者_如何学运维ists of 3 tabs at the bottom. Within 3 tabs contains 3 different tables, and my requirement here
Each TTabSheet on my TPageControl has a TToolBar on it. Each tool bar has a TToolButton that should respond to the same keyboard shortcut. How do I provide hotkeys so that the right button is invoked
I am trying to create dynamic TTabSheets for my program. Written in FPC/Lazarus being built for ARM/WinCE
I have a table with a column of type varchar where the majority of rows have numerical looking values, that is, each string contains nothing but the digits 0 through 9.