Interface idbdata

Unit

Declaration

type idbdata = interface(inullinterface)

Description

No description available, ancestor inullinterface description follows
Attributes
GUID[miid_idbdata]

Hierarchy

Overview

Methods

Public function getindex(const afield: tfield): integer;
Public function gettextindex(const afield: tfield; const acaseinsensitive: boolean): integer;
Public function lookuptext(const indexnum: integer; const akey: integer; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
Public function lookuptext(const indexnum: integer; const akey: int64; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
Public function lookuptext(const indexnum: integer; const akey: msestring; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
Public function findtext(const indexnum: integer; const searchtext: msestring; out arecord: integer): boolean;
Public function getrowtext(const indexnum: integer; const arecord: integer; const afield: tfield): msestring;
Public function getrowinteger(const indexnum: integer; const arecord: integer; const afield: tfield): integer;
Public function getrowlargeint(const indexnum: integer; const arecord: integer; const afield: tfield): int64;

Description

Methods

Public function getindex(const afield: tfield): integer;
 
Public function gettextindex(const afield: tfield; const acaseinsensitive: boolean): integer;
 
Public function lookuptext(const indexnum: integer; const akey: integer; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
 
Public function lookuptext(const indexnum: integer; const akey: int64; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
 
Public function lookuptext(const indexnum: integer; const akey: msestring; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload;
 
Public function findtext(const indexnum: integer; const searchtext: msestring; out arecord: integer): boolean;
 
Public function getrowtext(const indexnum: integer; const arecord: integer; const afield: tfield): msestring;
 
Public function getrowinteger(const indexnum: integer; const arecord: integer; const afield: tfield): integer;
 
Public function getrowlargeint(const indexnum: integer; const arecord: integer; const afield: tfield): int64;
 

Generated by PasDoc 0.16.0.