| Class TIntEdit (unit NumEdit) |
TCustomEdit
| Constructors |
constructor Create(AOwner: TComponent);| Functions |
procedure Validate;
procedure Change;
procedure KeyPress(var Key: Char);
procedure DoExit;
procedure Error;
function GetValue: Longint;
procedure SetMax(NewMax: Longint);
procedure SetMin(NewMin: Longint);
procedure SetValue(NewValue: Longint);| Properties |
property AutoSelect :
property AutoSize :
property BorderStyle :
property Color :
property Ctl3D :
property DragCursor :
property DragMode :
property Enabled :
property Font :
property HideSelection :
property Max : LongInt
property Min : LongInt
property ParentColor :
property ParentCtl3D :
property ParentFont :
property ParentShowHint :
property PasswordChar :
property PopupMenu :
property ReadOnly :
property ShowHint :
property TabOrder :
property TabStop :
property ValidateOnExit : Boolean
property Value : Longint
property Visible :
property Text :
property MaxLength : | Events |
event OnChange :
event OnClick :
event OnDblClick :
event OnDragDrop :
event OnDragOver :
event OnEndDrag :
event OnEnter :
event OnExit :
event OnKeyDown :
event OnKeyPress :
event OnKeyUp :
event OnMouseDown :
event OnMouseMove :
event OnMouseUp : | Variables |
FMax : Longint;
FMin : Longint;
FValidateOnExit : Boolean;| Constructors |
constructor Create(AOwner: TComponent);| Functions |
procedure Validate;
procedure Change;
procedure KeyPress(var Key: Char);
procedure DoExit;
procedure Error;
function GetValue: Longint;
procedure SetMax(NewMax: Longint);
procedure SetMin(NewMin: Longint);
procedure SetValue(NewValue: Longint);| Properties |
property AutoSelect : Published declarations
property AutoSize :
property BorderStyle :
property Color :
property Ctl3D :
property DragCursor :
property DragMode :
property Enabled :
property Font :
property HideSelection :
property Max : LongInt
property Min : LongInt
property ParentColor :
property ParentCtl3D :
property ParentFont :
property ParentShowHint :
property PasswordChar :
property PopupMenu :
property ReadOnly :
property ShowHint :
property TabOrder :
property TabStop :
property ValidateOnExit : BooleanWhen the Control resides in a modal dialog, validation should happen only when quitting the dialog by "OK"; no validation should be performed if the dialog is canceled. Validation can be switched off by setting ValidateOnExit to False.
property Value : Longint
property Visible :
property Text :
property MaxLength : | Events |
event OnChange :
event OnClick :
event OnDblClick :
event OnDragDrop :
event OnDragOver :
event OnEndDrag :
event OnEnter :
event OnExit :
event OnKeyDown :
event OnKeyPress :
event OnKeyUp :
event OnMouseDown :
event OnMouseMove :
event OnMouseUp : | Variables |
FMax : Longint;
FMin : Longint;Private declarations
FValidateOnExit : Boolean;