I am using the jvDocking components and have been unable to figure out how to enable close buttons on the tabs of forms that have been docked together as a set of tabs. I have tried various combinations of options such as:
tJVDoclient.EnableCloseButton := True;
And
tjvDockVSnetStyle.TabServeroption.ShowClosebuttonOnTabs := True;
tjvDockVSnetStyle.TabServeroption.ShowClosebuttonOnGrabber := False;
I am using Delphi XE2 Update 4.
Does anyone have any ideas as to why I can't seem to get the close button to appear on tabs?
Thank you!