Class tlocalindex
Unit
Declaration
type tlocalindex = class(townedpersistent)
Description
No description available, ancestor townedpersistent description follows
No description available, ancestor tvirtualpersistent description follows
Hierarchy
- TObject
- tpersistent
- tvirtualpersistent
- townedpersistent
- tlocalindex
Overview
Methods
![]() |
procedure change; |
![]() |
constructor create(aowner: tobject); override; |
![]() |
destructor destroy; override; |
![]() |
function find(const avalues: array of const; const aisnull: array of boolean; out abookmark: bookmarkdataty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of const; const aisnull: array of boolean; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function findvariant(const avalue: array of variant; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of tfield; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of tfield; out abookmark: bookmarkdataty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of const; const aisnull: array of boolean; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const exact: boolean = true; const filtered: boolean = true): boolean; overload; |
![]() |
function find(const avalues: array of tfield; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const exact: boolean = true; const filtered: boolean = true): boolean; overload; |
![]() |
function findvariant(const avalue: array of variant; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const exact: boolean = true; const filtered: boolean = true): boolean; overload; |
![]() |
function unique(const avalues: array of const): boolean; |
![]() |
procedure deleteduplicates(); |
![]() |
function getbookmark(const arecno: integer): bookmarkty; |
Properties
![]() |
property desc: boolean read getdesc write setdesc; |
![]() |
property default: boolean read getdefault write setdefault; |
![]() |
property fields: tindexfields read ffields write setfields; |
![]() |
property options: localindexoptionsty read foptions
write setoptions default []; |
![]() |
property active: boolean read getactive write setactive default false; |
![]() |
property name: string read fname write fname; |
Description
Methods
![]() |
procedure change; |
![]() |
constructor create(aowner: tobject); override; |
![]() |
destructor destroy; override; |
![]() |
function find(const avalues: array of const; const aisnull: array of boolean; out abookmark: bookmarkdataty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of const; const aisnull: array of boolean; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function findvariant(const avalue: array of variant; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of tfield; out abookmark: bookmarkty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function find(const avalues: array of tfield; out abookmark: bookmarkdataty; const abigger: boolean = false; const partialstring: boolean = false; const nocheckbrowsemode: boolean = false; const filtered: boolean = false): boolean; overload; |
![]() |
function unique(const avalues: array of const): boolean; |
![]() |
procedure deleteduplicates(); |
![]() |
function getbookmark(const arecno: integer): bookmarkty; |
Properties
![]() |
property desc: boolean read getdesc write setdesc; |
![]() |
property default: boolean read getdefault write setdefault; |
![]() |
property fields: tindexfields read ffields write setfields; |
![]() |
property options: localindexoptionsty read foptions
write setoptions default []; |
![]() |
property active: boolean read getactive write setactive default false; |
![]() |
property name: string read fname write fname; |
Generated by PasDoc 0.16.0.


