Retrieves the current record into a buffer. Syntax: function GetCurrentRecord(Buffer: PChar): Boolean; Description: Most applications should not need to call GetCurrentRecord. TDataSet automatically allocates a buffer for the active record. Call GetCurrentRecord to copy the current record into a buffer allocated by the application. Buffer must be at least as big as the record size indicated by the RecordSize property. |