Product Documentation

VCL/CLX Developers Guide

Previous Topic

Next Topic

Public Properties

DataType

property DataType() : CTDBTYPE;

This property specifies the field data type. The valid values are described in “c-treeVCL/CLX Definitions”.

Field

property Field() : String;

This property specifies the field name. It may be used to read or write the field name.

Handle

property Handle() : CTHANDLE read FHandle;

This read-only property may be used to retrieve the c-treeDB field handle. This allows components to make direct calls to c-treeDB functions and procedures.

Length

property Length() : Integer;

This property indicates the field length.

Number

property Number() : Integer;

This read only property specifies the field number.

Precision

property Precision() : Integer;

This property specifies the field precision. The field precision represents the number of total digits in a BCD number.

Scale

property Scale() : Integer;

This property specifies the field scale. The field scale is the number of decimal digits in the field.

TOCIndex