[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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 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: ; [rw] |
property Visible: Boolean; [rw] |
property Width: Integer; [rw] |
end; |
| |
TCollectionItem |
? |
TObject |