Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Public properties

Error

property Error() : CTDBRET;

This property indicates which error occurred with the component.

Handle

property Handle() : CTHANDLE;

The c-tree Plus handle for the component.

LockMode

property LockMode() : TCtLockMode;

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

UserTag

property UserTag() : Pointer;

Indicates 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