03-17-2021, 06:31 PM
Hi,
do you have access to IW source code?
You can see how it is done in IWjQGrid and IWjQDBGrid (both implemented in unit IWjQGrid.pas). Also, TIWjQPageControl unit (IWjQPageControl.pas) and TIWjQAccordion in (unit IWjQAccordion.pas)
There are several ways to implement this functionality. In those cases we decided to keep it simple enough to be extended and also to provide an component interface (methods, events, properties) as Delphi developers expect in normal VCL controls.
Please let me know if you need any other info
do you have access to IW source code?
You can see how it is done in IWjQGrid and IWjQDBGrid (both implemented in unit IWjQGrid.pas). Also, TIWjQPageControl unit (IWjQPageControl.pas) and TIWjQAccordion in (unit IWjQAccordion.pas)
There are several ways to implement this functionality. In those cases we decided to keep it simple enough to be extended and also to provide an component interface (methods, events, properties) as Delphi developers expect in normal VCL controls.
Please let me know if you need any other info

