[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: dbf.pas line 111
type TDbfIndexDefs = class(TCollection) |
public |
protected |
function GetOwner; override; |
public |
constructor Create(); |
function Add; |
function GetIndexByName(); |
function GetIndexByField(); |
procedure Update; |
property Items []: TDbfIndexDef; default; [rw] |
end; |
| |
TObject |