[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdatadict.pp line 178
type TDDIndexDefs = class(TDDTableCollection) |
protected |
procedure SetTableName(); override; |
public |
constructor Create(); |
function AddDDIndexDef(); |
function AddIndex(); |
function IndexByName(); |
function FindIndex(); |
function IndexOfIndex(); |
property Indexes []: TDDIndexDef; default; [rw] |
end; |
| |
| |
TObject |