Data.DBXCommonTable.TDBXTable.Insert
[–] Properties | |
---|---|
Type: procedure function
| |
Visibility: public | |
Source: Data.DBXCommonTable.pas Data.DBXCommonTable.hpp
| |
Unit: Data.DBXCommonTable | |
Parent: TDBXTable |
Delphi
procedure Insert; virtual;
C++
virtual void __fastcall Insert();
Description
Inserts a new row into the table.
Insert is used to insert a new empty row in the table. By default, Insert raises an 'Unsupported operation' exception, so every descendant of TDBXTable must implement this method if this operation is supported.