[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
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; |
|
||
| | | ||
|
||
| | | ||
TObject |
| CT Web help |
| CodeTyphon Studio |