Unit 'JvBaseEdits' Package
[Overview][Classes][Index] [#pl_jvcl]

TJvCustomNumEdit

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

Declaration

Source position: JvBaseEdits.pas line 54

type TJvCustomNumEdit = class(TCustomEditButton)

protected

  function GetEditorClassType; override;

  

  procedure SetText(); virtual;

  

  procedure EnabledChanged; override;

  

  procedure DoEnter; override;

  

  procedure DoExit; override;

  

  procedure FontChanged(); override;

  

  function CheckValue();

  

  procedure EditChange; override;

  

  procedure ReformatEditText; dynamic;

  

  procedure DataChanged; virtual;

  

  function DefaultDisplayFormat; virtual;

  

  procedure EditKeyPress(); override;

  

  function IsValidChar(); virtual;

  

  function FormatDisplayText();

  

  function GetDisplayText; virtual;

  

  procedure Reset; override;

  

  procedure CheckRange;

  

  procedure UpdateData;

  

  property Formatting: Boolean; [r]

  

  property CheckOnExit: Boolean; [rw]

  

  property DecimalPlaces: Cardinal; [rw]

  

  property DecimalPlacesAlwaysShown: Boolean; [rw]

  

  property DisplayFormat: string; [rws]

  

  property MaxValue: Double; [rw]

  

  property MinValue: Double; [rw]

  

  property FormatOnEditing: Boolean; [rw]

  

  property Text: string; [rws]

  

  property MaxLength;

  

  property ZeroEmpty: Boolean; [rw]

  

  property DecimalPlaceRound: Boolean; [rw]

  

public

  constructor Create(); override;

  

  procedure Clear;

  

  property AsInteger: LongInt; [rw]

  

  property DisplayText: string; [r]

  

  property Value: Double; [rw]

  

end;

Inheritance

TJvCustomNumEdit

  

|

TObject



CT Web help

CodeTyphon Studio