[Overview][Constants][Types][Classes][Procedures and functions][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: msebufdataset.pas line 362
type tlocalindex = class(townedpersistent) |
public |
constructor create(); override; |
destructor destroy; override; |
function find(); |
function findvariant(); |
function unique(); |
procedure deleteduplicates; |
function getbookmark(); |
property desc: Boolean; [rw] |
property default: Boolean; [rw] |
published |
property fields: tindexfields; [rw] |
property options: localindexoptionsty; [rw] |
property active: Boolean; [rw] |
property name: string; [rw] |
end; |
| |
| |
| |
tpersistent |
? |
TObject |