Re: Anything like this for Delphi?



Tony Caduto wrote:

Does it work with forms though? or is it panel based like all the
others for Delphi?

It works with Forms.

1. Put a TJvDockServer on the main form
2. Put a TJvDockStyle on the main form
3. Assign the DockStyle to the DockServer
4. Put a TJvDockClient on the other forms
5. Assign all DockClient with the main form's DockStyle
6. Start the application.

--
Regards,

Andreas Hausladen
.



Relevant Pages

  • Re: Anything like this for Delphi?
    ... others for Delphi? ... Put a TJvDockServer on the main form ... Assign all DockClient with the main form's DockStyle ... but it does not seem to be able to dock to the middle of the main form for a page control like effect. ...
    (borland.public.delphi.thirdpartytools.general)
  • Re: Anything like this for Delphi?
    ... Put a TJvDockServer on the main form ... Assign the DockStyle to the DockServer ... Assign all DockClient with the main form's DockStyle ... Assume this requires all forms to USE the mainform unit. ...
    (borland.public.delphi.thirdpartytools.general)