TdxMemField.InsertValue(Integer,TRecordBuffer) Method
In This Article
Inserts a new field value at the specified position.
#Declaration
Delphi
procedure InsertValue(AIndex: Integer; ABuffer: TRecordBuffer);
#Parameters
Name | Type |
---|---|
AIndex | Integer |
ABuffer | TRecord |
#Remarks
This procedure is deprecated. Call the InsertRecord procedure instead.
See Also