[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: editbtn.pas line 653
type TTimeEdit = class(TCustomEditButton) end; |
protected |
function GetDefaultGlyph; override; |
function GetDefaultGlyphName; override; |
procedure ButtonClick; override; |
procedure EditDblClick; override; |
procedure EditEditingDone; override; |
public |
constructor Create(); override; |
property Time: TDateTime; [rw] |
property Button: TSpeedButton; |
property DroppedDown: Boolean; [r] |
published |
property DefaultNow: Boolean; [rw] |
property OnAcceptTime: TAcceptTimeEvent; [rw] |
property OnCustomTime: TCustomTimeEvent; [rw] |
property ReadOnly: Boolean; |
property ButtonCaption: TCaption; |
property ButtonCursor: TCursor; |
property ButtonHint: TTranslateString; |
property ButtonOnlyWhenFocused: Boolean; |
property ButtonWidth: Integer; |
property Action: TBasicAction; |
property AutoSize: Boolean; |
property AutoSelect: Boolean; |
property BidiMode: TBiDiMode; |
property BorderSpacing: TControlBorderSpacing; |
property BorderStyle: TBorderStyle; |
property CharCase: TEditCharCase; |
property Constraints: TSizeConstraints; |
property DirectInput: Boolean; |
property NumGlyphs: Integer; |
property Enabled: Boolean; |
property Flat: Boolean; |
property FocusOnButtonClick: Boolean; |
property MaxLength: Integer; |
property OnButtonClick: TNotifyEvent; |
property OnChange: TNotifyEvent; |
property OnChangeBounds: TNotifyEvent; |
property OnClick: TNotifyEvent; |
property OnDblClick: TNotifyEvent; |
property OnEditingDone: TNotifyEvent; |
property OnEnter: TNotifyEvent; |
property OnExit: TNotifyEvent; |
property OnKeyPress: TKeyPressEvent; |
property OnMouseDown: TMouseEvent; |
property OnMouseEnter: TNotifyEvent; |
property OnMouseLeave: TNotifyEvent; |
property OnMouseMove: TMouseMoveEvent; |
property OnMouseUp: TMouseEvent; |
property OnMouseWheel: TMouseWheelEvent; |
property OnMouseWheelDown: TMouseWheelUpDownEvent; |
property OnMouseWheelUp: TMouseWheelUpDownEvent; |
property OnResize: TNotifyEvent; |
property OnUTF8KeyPress: TUTF8KeyPressEvent; |
property ParentBidiMode: Boolean; |
property ParentColor: Boolean; |
property ParentFont: Boolean; |
property ParentShowHint: Boolean; |
property PopupMenu: TPopupMenu; |
property ShowHint: Boolean; |
property SimpleLayout: Boolean; [rw] |
property Spacing: Integer; |
property TabStop: Boolean; |
property Visible: Boolean; |
property TextHint: TTranslateString; |
| | ||
|
TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button |
|
| | ||
|
||
| | ||
|
The base class for windowed controls which paint themselves. |
|
| | ||
|
The base class for controls which can contain other (child) controls. |
|
| | ||
|
The base class for visible controls. |
|
| | ||
|
The base class for LCL components associated with widgets. |
|
| | ||
TComponent |
||
? | ||
TObject |
lazarus-ccr.sourceforge.net |