Interface idbdata
Unit
Declaration
type idbdata = interface(inullinterface)
Description
No description available, ancestor inullinterface description follows
Attributes
- GUID[miid_idbdata]
Hierarchy
- IInterface
- inullinterface
- idbdata
Overview
Methods
![]() |
function getindex(const afield: tfield): integer; |
![]() |
function gettextindex(const afield: tfield; const acaseinsensitive: boolean): integer; |
![]() |
function lookuptext(const indexnum: integer; const akey: integer; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function lookuptext(const indexnum: integer; const akey: int64; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function lookuptext(const indexnum: integer; const akey: msestring; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function findtext(const indexnum: integer; const searchtext: msestring; out arecord: integer): boolean; |
![]() |
function getrowtext(const indexnum: integer; const arecord: integer; const afield: tfield): msestring; |
![]() |
function getrowinteger(const indexnum: integer; const arecord: integer; const afield: tfield): integer; |
![]() |
function getrowlargeint(const indexnum: integer; const arecord: integer; const afield: tfield): int64; |
Description
Methods
![]() |
function getindex(const afield: tfield): integer; |
![]() |
function gettextindex(const afield: tfield; const acaseinsensitive: boolean): integer; |
![]() |
function lookuptext(const indexnum: integer; const akey: integer; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function lookuptext(const indexnum: integer; const akey: int64; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function lookuptext(const indexnum: integer; const akey: msestring; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
![]() |
function findtext(const indexnum: integer; const searchtext: msestring; out arecord: integer): boolean; |
![]() |
function getrowtext(const indexnum: integer; const arecord: integer; const afield: tfield): msestring; |
![]() |
function getrowinteger(const indexnum: integer; const arecord: integer; const afield: tfield): integer; |
![]() |
function getrowlargeint(const indexnum: integer; const arecord: integer; const afield: tfield): int64; |
Generated by PasDoc 0.16.0.
