Skip to main content

TdxMemField.InsertValue(Integer,TRecordBuffer) Method

Deprecated. This procedure exists for backward compatibility only. Call the InsertRecord procedure instead.

Declaration

procedure InsertValue(AIndex: Integer; ABuffer: TRecordBuffer);

Parameters

Name Type Description
AIndex Integer

The target index.

ABuffer TRecordBuffer

The inserted value.

See Also