Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Public properties

Error

property Error() : CTDBRET;

This property indicates the error occurred with the component.

FieldCount

property FieldCount() : Integer;

Number of fields.

Fields

property Fields(Index : Integer) : TCtField;

List of table fields.

IndexCount

property IndexCount() : Integer;

Number of indexes.

Indexes

property Indexes(Index : Integer) : TCtIndex;

List of table indexes.

LockMode

property LockMode() : TCtLockMode;

This read-only property indicates the lock mode for the session wide lock.

Recbyt

property Recbyt() : Boolean;

This read-only property indicates if the table has a recbyt index. RECBYT index is an index based on the byte offset (recbyt) of the record being indexed.

Rowid

property Rowid() : Boolean;

This read-only property indicates if the table has a rowid index. A rowid index holds the auto increment value generated by c-tree every time a new record is added to the table. This field is read-only and acts as a unique record identifier.

UserTag

property UserTag() : Pointer;

Indicate the user tag. A user tag is a user defined tag that can be used for storing an additional integer value or it can be typecast to any 32-bit value such as a reference or a pointer.

TOCIndex