| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Insert a new record with given values.
Source position: db.pas line 1703
| public procedure TDataSet.InsertRecord( | 
| const Values: array of Const | 
| ); | 
| Values | 
 | Values to apply | 
InsertRecord is not yet implemented in Free Pascal. It does nothing.
| 
 | Insert a new record at the current position. | |
| TDataset.SetFieldValues |