Beschreibung | Hierarchie | Felder | Methoden | Eigenschaften |
type TCustomSpeedButton = class(TGraphicControl)
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function FindDownButton: TCustomSpeedButton; |
![]() |
procedure Click; override; |
![]() |
property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false; |
![]() |
property Down: Boolean read FDown write SetDown default false; |
![]() |
property Flat: Boolean read FFlat write SetFlat default false; |
![]() |
property Glyph: TBitmap read GetGlyph write SetGlyph; |
![]() |
property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0; |
![]() |
property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft; |
![]() |
property Margin: integer read FMargin write SetMargin default -1; |
![]() |
property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1; |
![]() |
property Spacing: integer read FSpacing write SetSpacing default 4; |
![]() |
property ShowAccelChar: boolean read FShowAccelChar write SetShowAccelChar default true; |
![]() |
property Transparent: Boolean read FTransparent write SetTransparent default true; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
destructor Destroy; override; |
![]() |
function FindDownButton: TCustomSpeedButton; |
![]() |
procedure Click; override; |
![]() |
property AllowAllUp: Boolean read FAllowAllUp write SetAllowAllUp default false; |
![]() |
property Down: Boolean read FDown write SetDown default false; |
![]() |
property Flat: Boolean read FFlat write SetFlat default false; |
![]() |
property Glyph: TBitmap read GetGlyph write SetGlyph; |
![]() |
property GroupIndex: Integer read FGroupIndex write SetGroupIndex default 0; |
![]() |
property Layout: TButtonLayout read FLayout write SetLayout default blGlyphLeft; |
![]() |
property Margin: integer read FMargin write SetMargin default -1; |
![]() |
property NumGlyphs: Integer read GetNumGlyphs write SetNumGlyphs default 1; |
![]() |
property Spacing: integer read FSpacing write SetSpacing default 4; |
![]() |
property ShowAccelChar: boolean read FShowAccelChar write SetShowAccelChar default true; |
![]() |
property Transparent: Boolean read FTransparent write SetTransparent default true; |