[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: fpdatadict.pp line 220
type TDDForeignKeyDefs = class(TIniCollection) |
public |
constructor Create(); |
function AddForeignKeyDef(); |
property TableName: string; [rw] |
property Indexes []: TDDForeignKeyDef; default; [rw] |
end; |
| |
TObject |