git-svn-id: trunk@10350 -
This commit is contained in:
joost 2008-02-17 21:14:26 +00:00
parent af564e4da5
commit 203331cc3a

View File

@ -214,6 +214,7 @@ type
procedure Add(const AName: string; ADataType: TFieldType); overload;
Function AddFieldDef : TFieldDef;
procedure Assign(FieldDefs: TFieldDefs); overload;
function Find(const AName: string): TFieldDef;
// procedure Clear;
// procedure Delete(Index: Longint);
procedure Update; overload;