Applies To
TQDBItem, TQDBView
Declaration
function GetField(Index : integer) : TMemoryStream;
Description
Provides direct access to the fields of the current item. Each field is a memory stream. You should take great care in handling this stream. You can read from it and write to it at will but you must not destroy or free it and you should reset the stream pointer to the start of the stream when you have finished with it.