[Overview][Types][Classes][Index] Reference for unit 'GroupedEdit' (#lcl)

TAbstractGroupedEdit

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

Declaration

Source position: groupededit.pp line 335

type TAbstractGroupedEdit = class(TCustomAbstractGroupedEdit) end;

public

  property AutoSelected: Boolean;

  

published

  property NumbersOnly: Boolean;

  

  property Action: TBasicAction;

  

  property AutoSelect: Boolean;

  

  property AutoSizeHeightIsEditHeight: Boolean;

  

  property AutoSize: Boolean;

  

  property Align: TAlign;

  

  property Alignment: TAlignment;

  

  property Anchors: TAnchors;

  

  property BiDiMode: TBiDiMode;

  

  property BorderSpacing: TControlBorderSpacing;

  

  property BorderStyle: TBorderStyle;

  

  property BuddyCaption: TCaption;

  

  property BuddyCursor: TCursor;

  

  property BuddyHint: TTranslateString;

  

  property BuddyWidth: Integer;

  

  property CharCase: TEditCharCase;

  

  property Color: TColor;

  

  property Constraints: TSizeConstraints;

  

  property Cursor: TCursor;

  

  property DirectInput: Boolean;

  

  property EchoMode: TEchoMode;

  

  property Enabled: Boolean;

  

  property FocusOnBuddyClick: Boolean;

  

  property Font: TFont;

  

  property Hint: TTranslateString;

  

  property Layout: TLeftRight;

  

  property MaxLength: Integer;

  

  property OnChange: TNotifyEvent;

  

  property OnClick: TNotifyEvent;

  

  property OnDblClick: TNotifyEvent;

  

  property OnDragDrop: TDragDropEvent;

  

  property OnDragOver: TDragOverEvent;

  

  property OnContextPopup: TContextPopupEvent;

  

  property OnEditingDone: TNotifyEvent;

  

  property OnEndDrag: TEndDragEvent;

  

  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 OnStartDrag: TStartDragEvent;

  

  property OnUTF8KeyPress: TUTF8KeyPressEvent;

  

  property ParentBiDiMode: Boolean;

  

  property ParentColor: Boolean;

  

  property ParentFont: Boolean;

  

  property ParentShowHint: Boolean;

  

  property PasswordChar: Char;

  

  property PopupMenu: TPopupMenu;

  

  property ReadOnly: Boolean;

  

  property ShowHint: Boolean;

  

  property Spacing: Integer;

  

  property TabOrder: TTabOrder;

  

  property TabStop: Boolean;

  

  property Text: TCaption;

  

  property TextHint: TTranslateString;

  

  property Visible: Boolean;

  

Inheritance

TAbstractGroupedEdit

  

|

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.