ITMSFNCDataObject.InsertRecord Method
Inserts a record into the underlying data object.
API unit family: TMS.TMSFNCDataSet
Declaring type: ITMSFNCDataObject
Syntax
procedure InsertRecord(AIndex: Integer; ARecord: TValue);
Parameters
| Name | Description |
|---|---|
AIndex |
Zero-based insertion index. |
ARecord |
Record value to insert. |