[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: comctrls.pp line 2347
type TCoolBand = class(TCollectionItem) end; |
protected |
Const |
cDefMinHeight = 25 |
cDefMinWidth = 100 |
cDefWidth = 180 |
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 BorderStyle: TBorderStyle; [rw] |
property Break: Boolean; [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] |
| |
TCollectionItem |
? |
TObject |
lazarus-ccr.sourceforge.net |