Unit 'kedits' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_kcontrols]

TKNumberValue

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

Declaration

Source position: kedits.pas line 91

type TKNumberValue = class

public

  constructor CreateEmpty;

  

  constructor CreateI();

  

  constructor CreateF();

  

  procedure Assign();

  

  procedure Clear();

  

  function Clamp();

  

  function EqualsTo();

  

  function GreaterThan();

  

  function LowerThan();

  

  property IVal: Int64; [rw]

  

  property FVal: Extended; [rw]

  

  property HasInt: Boolean; [rw]

  

  property UIVal: UInt64; [rw]

  

end;

Inheritance

TKNumberValue

  

|

TObject



CT Web help

CodeTyphon Studio