PdcDBTable.InsertRecord

From External Bemet Wiki
Revision as of 09:46, 22 May 2012 by Mike (talk | contribs) (Created page with "== Declaration == InsertRecord as Boolean == Description == Returns true or false whether a record could be inserted in the table == Notes == This method will insert a new ...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Declaration

InsertRecord as Boolean

Description

Returns true or false whether a record could be inserted in the table

Notes

This method will insert a new record into de table. Autoincrement fields are filled automatically.

Code example

Availability

Available since June 2008 (from version 3.8)