Inserts a record before the current record in the index order.
Source position: bufdataset.pas line 186
public procedure TBufIndex.InsertRecordBeforeCurrentRecord( |
const ARecord: TRecordBuffer |
); virtual; abstract; |
ARecord |
|
Record buffer to insert into the index. |
Inserts a record before the current record using the sort order for the active index.