Description | Hierarchy | Fields | Methods | Properties |
type TssCustomButtonEdit = class(TCustomEdit)
Delphi 2006
![]() |
FButton: TBitBtn; |
![]() |
procedure ButtonClick(Sender: TObject); |
![]() |
function GetGlyph: TBitmap; |
![]() |
function GetNumGlyphs: integer; |
![]() |
procedure SetGlyph(const g: TBitmap); |
![]() |
procedure SetNumGlyphs(const n: integer); |
![]() |
procedure CreateParams(var Params: TCreateParams); override; |
![]() |
procedure DoButtonClick; virtual; abstract; |
![]() |
function GetEnabled: boolean; reintroduce; |
![]() |
procedure SetEnabled(e: boolean); reintroduce; |
![]() |
procedure WMSize(var Message: TWMSize); message WM_SIZE; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
property Button: TBitBtn read FButton write FButton; |
![]() |
property Enabled: boolean read GetEnabled write SetEnabled; |
![]() |
property Glyph: TBitmap read GetGlyph write SetGlyph; |
![]() |
property NumGlyphs: integer read GetNumGlyphs write SetNumGlyphs; |
![]() |
FButton: TBitBtn; |
![]() |
procedure ButtonClick(Sender: TObject); |
![]() |
function GetGlyph: TBitmap; |
![]() |
function GetNumGlyphs: integer; |
![]() |
procedure SetGlyph(const g: TBitmap); |
![]() |
procedure SetNumGlyphs(const n: integer); |
![]() |
procedure CreateParams(var Params: TCreateParams); override; |
![]() |
procedure DoButtonClick; virtual; abstract; |
![]() |
function GetEnabled: boolean; reintroduce; |
![]() |
procedure SetEnabled(e: boolean); reintroduce; |
![]() |
procedure WMSize(var Message: TWMSize); message WM_SIZE; |
![]() |
constructor Create(AOwner: TComponent); override; |
![]() |
property Button: TBitBtn read FButton write FButton; |
![]() |
property Enabled: boolean read GetEnabled write SetEnabled; |
![]() |
property Glyph: TBitmap read GetGlyph write SetGlyph; |
![]() |
property NumGlyphs: integer read GetNumGlyphs write SetNumGlyphs; |