Klasse TCustomBitBtn

BeschreibungHierarchieFelderMethodenEigenschaften

Unit

Deklaration

type TCustomBitBtn = class(TCustomButton)

Beschreibung

no description available, TCustomButton description follows
no description available, TButtonControl 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 Click; override;

Eigenschaften

Public property Glyph: TBitmap read GetGlyph write SetGlyph stored IsGlyphStored;
Public property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1;
Public property Kind: TBitBtnKind read FKind write SetKind default bkCustom;
Public property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;
Public property Margin: integer read FMargin write SetMargin default -1;
Public property Spacing: Integer read FSpacing write SetSpacing default 3;

Beschreibung

Methoden

Public constructor Create(TheOwner: TComponent); override;
 
Public destructor Destroy; Override;
 
Public procedure Click; override;
 

Eigenschaften

Public property Glyph: TBitmap read GetGlyph write SetGlyph stored IsGlyphStored;
 
Public property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1;
 
Public property Kind: TBitBtnKind read FKind write SetKind default bkCustom;
 
Public property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft;
 
Public property Margin: integer read FMargin write SetMargin default -1;
 
Public property Spacing: Integer read FSpacing write SetSpacing default 3;
 

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