Unit 'GroupedEdit' Package
[Overview][Types][Classes][Index] [#lcl]

TAbstractGroupedEdit

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

Declaration

Source position: groupededit.pp line 336

type TAbstractGroupedEdit = class(TCustomAbstractGroupedEdit)

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 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;

  

  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;

  

end;

Inheritance

TAbstractGroupedEdit

  

|

TCustomAbstractGroupedEdit

  

|

TCustomControl

  

The base class for windowed controls which paint themselves.

|

TWinControl

  

Implements a windowed control which can contain other child controls.

|

TControl

  

The base class for visible controls.

|

TLCLComponent

  

|

TObject



CT Web help

CodeTyphon Studio