Unit 'ovcbcalc' Package
[Overview][Constants][Types][Classes][Index] [#pl_orpheus]

TOvcBorderedNumberEdit

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

Declaration

Source position: ovcbcalc.pas line 104

type TOvcBorderedNumberEdit = class(TOvcBorderEdPopup)

protected

  FOvcEdit: TOvcNumberEditEx;

  

  FConstraints: TSizeConstraints;

  

  FParentBiDiMode: Boolean;

  

  FDragKind: TDragKind;

  

  FAbout: string;

  

  FAutoSize: Boolean;

  

  FBorderStyle: TBorderStyle;

  

  FCharCase: TEditCharCase;

  

  FDragCursor: TCursor;

  

  FDragMode: TDragMode;

  

  FEnabled: Boolean;

  

  FFont: TFont;

  

  FHeight: Integer;

  

  FImeName: string;

  

  FMaxLength: Integer;

  

  FParentFont: Boolean;

  

  FParentShowHint: Boolean;

  

  FPasswordChar: char;

  

  FPopupMenu: TPopupMenu;

  

  FReadOnly: Boolean;

  

  FShowHint: Boolean;

  

  FTabOrder: TTabOrder;

  

  FVisible: Boolean;

  

  FWidth: Integer;

  

  FOnChange: TNotifyEvent;

  

  FOnClick: TNotifyEvent;

  

  FOnDblClick: TNotifyEvent;

  

  FOnDragDrop: TDragDropEvent;

  

  FOnDragOver: TDragOverEvent;

  

  FOnEndDrag: TEndDragEvent;

  

  FOnEnter: TNotifyEvent;

  

  FOnExit: TNotifyEvent;

  

  FOnKeyDown: TKeyEvent;

  

  FOnKeyPress: TKeyPressEvent;

  

  FOnKeyUp: TKeyEvent;

  

  FOnMouseDown: TMouseEvent;

  

  FOnMouseMove: TMouseMoveEvent;

  

  FOnMouseUp: TMouseEvent;

  

  FOnStartDrag: TStartDragEvent;

  

  FAllowIncDec: Boolean;

  

  FCalculator: TOvcCalculator;

  

  PopupClosing: Boolean;

  

  HoldCursor: TCursor;

  

  WasAutoScroll: Boolean;

  

  function GetDragKind;

  

  procedure SetDragKind();

  

  function GetAutoSize;

  

  function GetCharCase;

  

  function GetController;

  

  function GetCursor;

  

  function GetDragCursor;

  

  function GetDragMode;

  

  function GetEditEnabled;

  

  function GetFont;

  

  function GetMaxLength;

  

  function GetParentShowHint;

  

  function GetPasswordChar;

  

  function GetReadOnly;

  

  function GetEditShowButton;

  

  function GetParentFont;

  

  function GetEditParentShowHint;

  

  function GetOnChange;

  

  function GetOnClick;

  

  function GetOnDblClick;

  

  function GetOnDragDrop;

  

  function GetOnDragOver;

  

  function GetOnEndDrag;

  

  function GetOnKeyDown;

  

  function GetOnKeyPress;

  

  function GetOnKeyUp;

  

  function GetOnMouseDown;

  

  function GetOnMouseMove;

  

  function GetOnMouseUp;

  

  function GetOnPopupClose;

  

  function GetOnPopupOpen;

  

  function GetPopupAnchor;

  

  procedure SetAbout();

  

  procedure SetAutoSize();

  

  procedure SetCharCase();

  

  procedure SetCursor();

  

  procedure SetDragCursor();

  

  procedure SetEditController();

  

  procedure SetEditDragMode();

  

  procedure SetEditEnabled();

  

  procedure SetFont();

  

  procedure SetMaxLength();

  

  procedure SetParentShowHint();

  

  procedure SetPasswordChar();

  

  procedure SetReadOnly();

  

  procedure SetEditShowButton();

  

  procedure SetOnChange();

  

  procedure SetOnClick();

  

  procedure SetOnDblClick();

  

  procedure SetOnDragDrop();

  

  procedure SetOnDragOver();

  

  procedure SetOnEndDrag();

  

  procedure SetOnKeyDown();

  

  procedure SetOnKeyPress();

  

  procedure SetOnKeyUp();

  

  procedure SetOnMouseDown();

  

  procedure SetOnMouseMove();

  

  procedure SetOnMouseUp();

  

  procedure SetOnPopupClose();

  

  procedure SetOnPopupOpen();

  

  procedure SetPopupAnchor();

  

  function GetAsFloat;

  

  function GetAsInteger;

  

  function GetAsString;

  

  function GetPopupColors;

  

  function GetPopupDecimals;

  

  function GetPopupFont;

  

  function GetPopupHeight;

  

  function GetPopupWidth;

  

  procedure SetAsFloat();

  

  procedure SetAsInteger();

  

  procedure SetAsString();

  

  procedure SetPopupColors();

  

  procedure SetPopupDecimals();

  

  procedure SetPopupFont();

  

  procedure SetPopupHeight();

  

  procedure SetPopupWidth();

  

  procedure SetParentFont();

  

  procedure SetEditParentShowHint();

  

  procedure GlyphChanged; override;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  property AsInteger: LongInt; [rw]

  

  property AsFloat: Double; [rw]

  

  property AsString: string; [rw]

  

  property Calculator: TOvcCalculator; [r]

  

  property EditControl: TOvcNumberEditEx; [r]

  

published

  property Anchors;

  

  property Constraints;

  

  property DragKind: TDragKind; [rw]

  

  property AllowIncDec: Boolean; [rw]

  

  property AutoSize: Boolean; [rw]

  

  property CharCase: TEditCharCase; [rw]

  

  property Controller: TOvcController; [rw]

  

  property Cursor: TCursor; [rw]

  

  property DragCursor: TCursor; [rw]

  

  property DragMode: TDragMode; [rw]

  

  property Enabled: Boolean; [rw]

  

  property Font: TFont; [rw]

  

  property MaxLength: Integer; [rw]

  

  property ParentFont: Boolean; [rw]

  

  property ParentShowHint: Boolean; [rw]

  

  property PasswordChar: char; [rw]

  

  property PopupAnchor: TOvcPopupAnchor; [rw]

  

  property PopupColors: TOvcCalcColors; [rw]

  

  property PopupDecimals: Integer; [rw]

  

  property PopupFont: TFont; [rw]

  

  property PopupHeight: Integer; [rw]

  

  property PopupMenu;

  

  property PopupWidth: Integer; [rw]

  

  property ReadOnly: Boolean; [rw]

  

  property ShowButton: Boolean; [rw]

  

  property ShowHint;

  

  property TabOrder;

  

  property TabStop;

  

  property Visible;

  

  property OnChange: TNotifyEvent; [rw]

  

  property OnClick: TNotifyEvent; [rw]

  

  property OnDblClick: TNotifyEvent; [rw]

  

  property OnDragDrop: TDragDropEvent; [rw]

  

  property OnDragOver: TDragOverEvent; [rw]

  

  property OnEndDrag: TEndDragEvent; [rw]

  

  property OnEnter;

  

  property OnExit;

  

  property OnKeyDown: TKeyEvent; [rw]

  

  property OnKeyPress: TKeyPressEvent; [rw]

  

  property OnKeyUp: TKeyEvent; [rw]

  

  property OnMouseDown: TMouseEvent; [rw]

  

  property OnMouseMove: TMouseMoveEvent; [rw]

  

  property OnMouseUp: TMouseEvent; [rw]

  

  property OnStartDrag;

  

  property OnPopupClose: TOvcPopupEvent; [rw]

  

  property OnPopupOpen: TOvcPopupEvent; [rw]

  

end;

Inheritance

TOvcBorderedNumberEdit

  

|

TOvcBorderEdPopup

  

|

TOvcBorderParent

  

|

TOvcCustomControl

  

|

TObject



CT Web help

CodeTyphon Studio