[Overview][Resource strings][Constants][Types][Classes][Procedures and functions][Index] Reference for unit 'tiObject' (#tiopf)

TtiFieldInteger

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

Concrete persistent Int64 field

Declaration

Source position: tiObject.pas line 172

type TtiFieldInteger = class(TtiFieldAbs) end;

protected

  procedure Clear; override;

  procedure SetAsString(); override;

  function GetAsString; override;

  procedure SetAsInteger(); virtual;

public

  constructor Create(); virtual; overload;

  function IsValidValue(); override;

  function Equals(); override;

  procedure Assign(); override;

  property AsInteger: Int64; [rw]

  property MaxDigits: Integer; [r]

Inheritance

TtiFieldInteger

  

Concrete persistent Int64 field

|

TtiFieldAbs

  

Abstract persistent field for use with TtiObject

|

TtiBaseObject,IInterface

|

TObject

Description

Concrete persistent Int64 field.


Documentation generated on: 2017-08-16