function GetCurrentRecord(Buffer: PChar): Boolean; override;
Description
Usually you will not need this method. Call it to copy current dataset record to application's buffer pointed by Buffer parameter. Buffer should be at lest RecordSize bytes in size.