Interface idbdata
Unit
Declaration
type idbdata = interface(inullinterface)
Description
This item has no description.
Hierarchy
- IInterface
- inullinterface
- idbdata
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; |
|
This item has no description. Attributes | |
| Public | function gettextindex(const afield: tfield; const acaseinsensitive: boolean): integer; |
|
This item has no description. | |
| Public | function lookuptext(const indexnum: integer; const akey: integer; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
|
This item has no description. | |
| Public | function lookuptext(const indexnum: integer; const akey: int64; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
|
This item has no description. | |
| Public | function lookuptext(const indexnum: integer; const akey: msestring; const aisnull: boolean; const valuefield: tmsestringfield): msestring; overload; |
|
This item has no description. | |
| Public | function findtext(const indexnum: integer; const searchtext: msestring; out arecord: integer): boolean; |
|
This item has no description. | |
| Public | function getrowtext(const indexnum: integer; const arecord: integer; const afield: tfield): msestring; |
|
This item has no description. | |
| Public | function getrowinteger(const indexnum: integer; const arecord: integer; const afield: tfield): integer; |
|
This item has no description. | |
| Public | function getrowlargeint(const indexnum: integer; const arecord: integer; const afield: tfield): int64; |
|
This item has no description. | |
Generated by PasDoc 0.17.0.snapshot.