[Overview][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'ComCtrls' (#lcl)

TToolBar.Create

Constructor for the class instance.

Declaration

Source position: comctrls.pp line 2340

public constructor TToolBar.Create(

  TheOwner: TComponent

); override;

Arguments

TheOwner

  

Owner of the class instance.

Description

Create - constructor for TToolBar: calls inherited Create and sets many formatting and size defaults.

Among the variables initialized and defaults set are the list of buttons, button width and height, style, indentation, alignment, links for image change, the bounds and the edge borders.

See also

TComponent.Create


Version 3.2 Generated 2024-02-25 Home