Unit 'ExEditCtrls' Package
[Overview][Types][Classes][Index] [#bs_controls]

TCustomCurrSpinEditEx

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

Declaration

Source position: exeditctrls.pas line 45

type TCustomCurrSpinEditEx = class(specialize TSpinEditExBase<,>)

protected

  procedure EditKeyPress(); override;

  

  function SafeInc(); override;

  

  function SafeDec(); override;

  

  function SameValue(); override;

  

  function TextIsNumber(); override;

  

  function TryExtractCurrency();

  

  function UsedFormatSettings;

  

public

  constructor Create(); override;

  

  function ValueToStr(); override;

  

  procedure ResetFormatSettings;

  

  function StrToValue(); override;

  

  property CurrencyFormat: TSpinEditCurrencyFormat; [rw]

  

  property CurrencyString: string; [rw]

  

  property Decimals: TSpinEditCurrencyDecimals; [rw]

  

  property DecimalSeparator: char; [rw]

  

  property NegCurrencyFormat: TSpinEditNegCurrencyFormat; [rw]

  

  property ThousandSeparator: char; [rw]

  

end;

Inheritance

TCustomCurrSpinEditEx

  

|

TSpinEditExBase

  

|

TObject



CT Web help

CodeTyphon Studio