[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'EditBtn' (#lcl)

TTimeEdit

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

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 Align: TAlign;

  property Anchors: TAnchors;

  property AutoSize: Boolean;

  property AutoSelect: Boolean;

  property BidiMode: TBiDiMode;

  property BorderSpacing: TControlBorderSpacing;

  property BorderStyle: TBorderStyle;

  property CharCase: TEditCharCase;

  property Color: TColor;

  property Constraints: TSizeConstraints;

  property DirectInput: Boolean;

  property Glyph: TBitmap;

  property NumGlyphs: Integer;

  property DragMode: TDragMode;

  property EchoMode: TEchoMode;

  property Enabled: Boolean;

  property Flat: Boolean;

  property FocusOnButtonClick: Boolean;

  property Font: TFont;

  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 OnKeyDown: TKeyEvent;

  property OnKeyPress: TKeyPressEvent;

  property OnKeyUp: TKeyEvent;

  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 TabOrder: TTabOrder;

  property Visible: Boolean;

  property Text: TCaption;

  property TextHint: TTranslateString;

Inheritance

TTimeEdit

|

TCustomEditButton

  

TCustomEditButton - base class for TEditButton, an Edit Box with attached Speed Button

|

TCustomAbstractGroupedEdit

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

The base class for controls which can contain other (child) controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

The base class for LCL components associated with widgets.

|

TComponent

?

TObject

The latest version of this document can be found at lazarus-ccr.sourceforge.net.