[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: sqlitedb.pas line 17
type TSQLite = class(TObject) |
public |
constructor Create(); |
destructor Destroy; override; |
function Query(); |
function ErrorMessage(); |
function IsComplete(); |
function LastInsertRow; |
function Cancel; |
function DatabaseDetails(); |
property LastErrorMessage: string; [r] |
property LastError: Integer; [r] |
property Version: string; [r] |
property Encoding: string; [r] |
property OnQueryComplete: TOnQueryComplete; [rw] |
property BusyTimeout: Integer; [rw] |
property ChangeCount: Integer; [r] |
property List_FieldName: TStringList; [rw] |
property List_Field: TList; [rw] |
property Nb_Champ: Integer; [rw] |
procedure SQLOnData(); |
end; |
| |
TObject |