[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button
Source position: editbtn.pas line 40
type TCustomEditButton = class(TCustomEdit) |
||
protected |
||
function GetReadOnly; override; |
||
function GetDefaultGlyph; virtual; |
|
GetDefaultGlyph - find the default glyph for the SpeedButton |
function GetDefaultGlyphName; virtual; |
|
GetDefaultGlyphName - find the name for the default glyph for the SpeedButton |
procedure SetParent(); override; |
|
|
procedure SetReadOnly(); override; |
||
procedure DoPositionButton; virtual; |
|
|
procedure DoButtonClick(); virtual; |
|
|
procedure Loaded; override; |
|
|
procedure Notification(); override; |
|
|
procedure CMVisibleChanged(); message; |
|
|
procedure CMEnabledChanged(); message; |
|
|
property ButtonWidth: Integer; [rw] |
|
ButtonWidth - the width of the SpeedButton attached to the Edit Box |
property DirectInput: Boolean; [rw] |
|
DirectInput - if True, direct data input to the Edit Box is permitted |
|
Glyph - the small graphic image on the SpeedButton, which ought to indicate its function |
|
property NumGlyphs: Integer; [rw] |
|
NumGlyphs - the number of available glyphs |
property OnButtonClick: TNotifyEvent; [rw] |
|
OnButtonClick - event handler for a mouse click on the SpeedButton |
property Button: TSpeedButton; [r] |
|
Button - the SpeedButton that is attached to the Edit Box |
property ButtonHint: TTranslateString; [rw] |
|
ButtonHint - the hint that pops up when the mouse hovers over the button |
public |
||
constructor Create(); override; |
|
|
destructor Destroy; override; |
|
|
property Flat: Boolean; [rw] |
|
Flat - if True, SpeedButton appears flat rather than three-dimensional |
property ButtonOnlyWhenFocused: Boolean; [rw] |
|
ButtonOnlyWhenFocused - if True, the SpeedButton only appears when focus is given to the EditButton control |
end; |
|
TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button |
|
| | ||
TCustomEdit |
||
? | ||
TObject |