Unit 'SpinEx' Package
[Overview][Types][Classes][Procedures and functions][Index] [#bs_controls]

TCustomFloatSpinEditEx

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

Declaration

Source position: spinex.pp line 196

type TCustomFloatSpinEditEx = class(specialize TSpinEditExBase<,>)

protected

  function GetFormatsettings;

  

  procedure EditKeyPress(); override;

  

  function TextIsNumber(); override;

  

  function SafeInc(); override;

  

  function SafeDec(); override;

  

  function SameValue(); override;

  

  procedure SetDecimals(); virtual;

  

  class procedure WSRegisterClass; override;

  

public

  function ValueToStr(); override;

  

  function KeyAllowed(); override;

  

  constructor Create(); override;

  

  property DecimalSeparator: char; [rw]

  

  property DecimalPlaces: Integer; [rw]

  

  property DisplayMode: TDisplayMode; [rw]

  

  property ExponentialFormatLimitPos: Integer; [rw]

  

  property ExponentialFormatLimitNeg: Integer; [rw]

  

  property Precision: Integer; [rw]

  

  property ExponentDigits: Integer; [rw]

  

end;

Inheritance

TCustomFloatSpinEditEx

  

|

TSpinEditExBase

  

|

TObject



CT Web help

CodeTyphon Studio