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

TCoolBand

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: comctrls.pp line 2347

type TCoolBand = class(TCollectionItem) end;

protected

Const

  cDefMinHeight = 25

  cDefMinWidth = 100

  cDefWidth = 180

  cDivider = cDivider; = 2

  cGrabIndent = cGrabIndent; = 2

  FControlLeft: Integer;

  FControlTop: Integer;

  FTextWidth: Integer;

  function CalcControlLeft;

  function CalcPreferredHeight;

  function CalcPreferredWidth;

  procedure CalcTextWidth;

  function GetDisplayName; override;

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Assign(); override;

  procedure AutosizeWidth;

  procedure InvalidateCoolBar();

  property Height: Integer; [r]

  property Left: Integer; [r]

  property Right: Integer; [r]

  property Top: Integer; [r]

published

  property Bitmap: TBitmap; [rws]

  property BorderStyle: TBorderStyle; [rw]

  property Break: Boolean; [rw]

  property Color: TColor; [rws]

  property Control: TControl; [rw]

  property FixedBackground: Boolean; [rw]

  property FixedSize: Boolean; [rw]

  property HorizontalOnly: Boolean; [rw]

  property ImageIndex: TImageIndex; [rw]

  property MinHeight: Integer; [rw]

  property MinWidth: Integer; [rw]

  property ParentColor: Boolean; [rw]

  property ParentBitmap: Boolean; [rw]

  property Text: TTranslateString; [rw]

  property Visible: Boolean; [rw]

  property Width: Integer; [rw]

Inheritance

TCoolBand

|

TCollectionItem

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.