See Also Properties Methods Events Example
Unit
MySQLDataset
Applies to
TMySQLDataset TMySQLTable and TMySQLQuery components
Declaration
property MySQLRecords: TList;
Description
A list of raw record data as received from the mysql server, it contains pointers to TRecInfo records:
PRecInfo = ^TRecInfo;
TRecInfo = packed record
Data: TBufferList;
Blob: TBlobList;
Calc: PChar;
Tag: integer;
Bookmark: int64;
BookmarkFlag:TBookmarkFlag;
end;