Unit 'Laz_And_Controls' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jSqliteCursor

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

Declaration

Source position: Laz_And_Controls.pas line 804

type jSqliteCursor = class(jControl)

default

const

  MAXOBSERVERS = 10

  

  POSITION_UNKNOWN = - 1

  

protected

  function GetCursor;

  

  function GetEOF;

  

  function GetBOF;

  

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  procedure MoveToFirst;

  

  procedure MoveToNext;

  

  procedure MoveToPrev;

  

  procedure MoveToLast;

  

  procedure MoveToPosition();

  

  function GetRowCount;

  

  function GetColumnCount;

  

  function GetColumnIndex();

  

  function GetColumName();

  

  function GetColType();

  

  function GetValueToString();

  

  function GetValueAsString();

  

  function GetValueAsBitmap();

  

  function GetValueAsInteger();

  

  function GetValueAsDouble();

  

  function GetValueAsFloat();

  

  procedure SetCursor();

  

  function GetPosition;

  

  procedure RegisterObserver();

  

  procedure UnRegisterObserver();

  

  property Cursor: jobject; [r]

  

  property EOF: Boolean; [r]

  

  property BOF: Boolean; [r]

  

end;

Inheritance

jSqliteCursor

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio