Klasse TToolBar

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TToolBar = class(TToolWindow)

Beschreibung

no description available, TToolWindow description follows
no description available, TCustomControl description follows
no description available, TWinControl description follows
no description available, TControl description follows
no description available, TLCLComponent description follows

Hierarchie

Übersicht

Methoden

Public constructor Create(TheOwner: TComponent); override;
Public destructor Destroy; override;
Public procedure FlipChildren(AllLevels: Boolean); override;
Public procedure BeginUpdate; virtual;
Public procedure EndUpdate; virtual;
Public procedure Paint; override;
Public procedure SetButtonSize(NewButtonWidth, NewButtonHeight: integer);

Eigenschaften

Public property ButtonCount: Integer read GetButtonCount;
Public property Buttons[Index: Integer]: TToolButton read GetButton;
Public property ButtonList: TList read FButtons;
Public property RowCount: Integer read FRowCount;
Published property Align default alTop;
Published property AutoSize;
Published property BorderSpacing;
Published property BorderWidth;
Published property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 22;
Published property ButtonWidth: Integer read FButtonWidth write SetButtonWidth default 23;
Published property Caption;
Published property ChildSizing;
Published property Constraints;
Published property Color;
Published property Ctl3D;
Published property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;
Published property DragCursor;
Published property DragKind;
Published property DragMode;
Published property EdgeBorders default [ebTop];
Published property EdgeInner;
Published property EdgeOuter;
Published property Enabled;
Published property Flat: Boolean read FFlat write SetFlat default False;
Published property Font;
Published property Height default 32;
Published property HotImages: TCustomImageList read FHotImages write SetHotImages;
Published property Images: TCustomImageList read FImages write SetImages;
Published property Indent: Integer read FIndent write SetIndent default 1;
Published property List: Boolean read FList write SetList default False;
Published property ParentColor;
Published property ParentFont;
Published property ParentShowHint;
Published property PopupMenu;
Published property ShowCaptions: Boolean read FShowCaptions write SetShowCaptions default False;
Published property ShowHint;
Published property TabOrder;
Published property TabStop;
Published property Transparent: Boolean read FTransparent write SetTransparent default False;
Published property Visible;
Published property Wrapable: Boolean read FWrapable write SetWrapable default True;
Published property OnClick;
Published property OnContextPopup;
Published property OnDblClick;
Published property OnDragDrop;
Published property OnDragOver;
Published property OnEndDrag;
Published property OnEnter;
Published property OnExit;
Published property OnMouseDown;
Published property OnMouseMove;
Published property OnMouseUp;
Published property OnMouseEnter;
Published property OnMouseLeave;
Published property OnResize;
Published property OnChangeBounds;
Published property OnStartDrag;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; override;
 
Public procedure FlipChildren(AllLevels: Boolean); override;
 
Public procedure BeginUpdate; virtual;
 
Public procedure EndUpdate; virtual;
 
Public procedure Paint; override;
 
Public procedure SetButtonSize(NewButtonWidth, NewButtonHeight: integer);
 

Eigenschaften

Public property ButtonCount: Integer read GetButtonCount;
 
Public property Buttons[Index: Integer]: TToolButton read GetButton;
 
Public property ButtonList: TList read FButtons;
 
Public property RowCount: Integer read FRowCount;
 
Published property Align default alTop;
 
Published property AutoSize;
 
Published property BorderSpacing;
 
Published property BorderWidth;
 
Published property ButtonHeight: Integer read FButtonHeight write SetButtonHeight default 22;
 
Published property ButtonWidth: Integer read FButtonWidth write SetButtonWidth default 23;
 
Published property Caption;
 
Published property ChildSizing;
 
Published property Constraints;
 
Published property Color;
 
Published property Ctl3D;
 
Published property DisabledImages: TCustomImageList read FDisabledImages write SetDisabledImages;
 
Published property DragCursor;
 
Published property DragKind;
 
Published property DragMode;
 
Published property EdgeBorders default [ebTop];
 
Published property EdgeInner;
 
Published property EdgeOuter;
 
Published property Enabled;
 
Published property Flat: Boolean read FFlat write SetFlat default False;
 
Published property Font;
 
Published property Height default 32;
 
Published property HotImages: TCustomImageList read FHotImages write SetHotImages;
 
Published property Images: TCustomImageList read FImages write SetImages;
 
Published property Indent: Integer read FIndent write SetIndent default 1;
 
Published property List: Boolean read FList write SetList default False;
 
Published property ParentColor;
 
Published property ParentFont;
 
Published property ParentShowHint;
 
Published property PopupMenu;
 
Published property ShowCaptions: Boolean read FShowCaptions write SetShowCaptions default False;
 
Published property ShowHint;
 
Published property TabOrder;
 
Published property TabStop;
 
Published property Transparent: Boolean read FTransparent write SetTransparent default False;
 
Published property Visible;
 
Published property Wrapable: Boolean read FWrapable write SetWrapable default True;
 
Published property OnClick;
 
Published property OnContextPopup;
 
Published property OnDblClick;
 
Published property OnDragDrop;
 
Published property OnDragOver;
 
Published property OnEndDrag;
 
Published property OnEnter;
 
Published property OnExit;
 
Published property OnMouseDown;
 
Published property OnMouseMove;
 
Published property OnMouseUp;
 
Published property OnMouseEnter;
 
Published property OnMouseLeave;
 
Published property OnResize;
 
Published property OnChangeBounds;
 
Published property OnStartDrag;
 

Erstellt mit PasDoc 0.10.0 am 2007-03-27 23:02:53