[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 2220

type TCoolBand = class(TCollectionItem)

protected

  function GetDisplayName; override;

  procedure SetIndex(); override;

public

  constructor Create(); override;

  destructor Destroy; override;

  procedure Assign(); override;

  property Height: 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: ; [rw]

  property Visible: Boolean; [rw]

  property Width: Integer; [rw]

end;

Inheritance

TCoolBand

|

TCollectionItem

?

TObject