Unit MemTbl |
Classes |
Functions |
Types |
PPointer
PRecInfo
TCompareEvent
TRecInfo
Constants |
Variables |
Functions |
Types |
PPointer = ^Pointer***********************************************************************) (* BDE-Independent Memory Table Component *) (* Version 1.02 *) (* Author eMail: nallan@enol.com *) (* *) (* NTA 02-09-98 published necessary events (oops) *) (* NTA 02-10-98 Fixed InternalInitFieldDefs so no GPF on "Add Fields" *) (* Thanks Garry Davlin *) (* NTA 02-13-98 added linked datasource support *) (
PRecInfo = ^TRecInfo
TCompareEvent = procedure (Field1, Field2 : TField; var Greater : Boolean) of object
TRecInfo = record
Bookmark : Pointer;
BookmarkFlag : TBookmarkFlag;
end;
Constants |
Variables |