Unit 'BufDataset' Package
[Overview][Types][Classes][Procedures and functions][Index] [#fcl]

TBufIndex.InsertRecordBeforeCurrentRecord

Inserts a record before the current record in the index order.

Declaration

Source position: bufdataset.pas line 180

public procedure TBufIndex.InsertRecordBeforeCurrentRecord(

  const ARecord: TRecordBuffer

); virtual; abstract;

Arguments

ARecord

  

Record buffer to insert into the index.

Description

Inserts a record before the current record using the sort order for the active index.


Documentation generated on: Jul 24 2023