The name of the buffer or alias, defaults to the buffer's table name.
The current record available in the buffer, if any.
The name of the attached database table, fully qualified.
Creates an new record in the table buffer with the values provided and save it. If successful it returns the newly created record and set it as current record into the buffer. Any values set by database triggers are overriding the one set by the user.
The field values to set on the table buffer.
Returns the schema of a buffer field.
The field name.
Returns fields schema information for the table buffer.
Returns fields schema information for the table buffer.
Returns the table meta-data information.
Returns the value of a field in the current record if available.
A Buffer is an in-memory representation of a database table. This can be used to access table records using find statements.