ActiveX properties i'm not quite sure about
Hi
I've been through the properties and used the google search on your site to try and find some help on what they do
I've managed to find something about most of them but these few either don't seem to work or I can't find any info on them. Maybe some are obsolete
None of these appear to me to do what their names suggest
TableChecksCountInCaption // I assume this was the number of fields ticked shown in the title bar ? doesn't seem to appear there ?
/SQLSyntaxParams // doesn't seem to be any help on what these might be
SQLSyntax // I can see setting this to auto and getting another property to find out the type of DB connected to bu not what happens if you set this to one of its valid values
Thanks in advnace as always
That's right. When TableChecksCountInCaption is True, every datasource on Design Pane displays the number of checked fields, for example "(4) Orders"
Our component supports different GUI toolkits (at the build time), and these props works for some of them but do nothing for the splitters used by default.
I'll check it
Obsolete, use SelectList.DefExpressionColumnWidth instead
Some syntaxes have additional customizable params. When you set SQLSyntax, you can read SQLSyntaxParams and get INI-like list
if you prepare a preloaded metadata XML file, you can specify it and it will be loaded on control initialization
When you use Auto, Query Builder performs server detection after Connect. This auto detection can introduce additional delay, and to avoid it you can specify used server directly using one of the values from the TaxqbSyntax enum.