Toolbar2000

TTBToolWindow

Properties

Description:

This component is very similar to TTBToolbar, but has several key differences:

  • Only controls are accepted; there is no possibility to drop "items" (unless you put a TTBToolbar inside the TTBToolWindow).
  • Contained controls are not arranged automatically.
  • Contained controls may be aligned (Align <> alNone).
  • Floating tool windows may be resized freely.

See the help for the TTBToolbar component for explanations of the properties and events not listed here.

Key Properties:

  • property MaxClientHeight: Integer default 32; The maximum height, in client pixels, that the user can resize the tool window to when floating.
  • property MaxClientWidth: Integer default 32;
    The maximum width, in client pixels, that the user can resize the tool window to when floating.
  • property MinClientHeight: Integer default 32;
    The minimum height, in client pixels, that the user can resize the tool window to when floating.
  • property MinClientWidth: Integer default 32;
    The minimum width, in client pixels, that the user can resize the tool window to when floating.
  • property Resizable: Boolean default True;
    When True, the user may resize the tool window when floating.