des Property

Class: Column

Description

This property contains a description of the column.

Syntax

table.column.des

Parameters

None

Returns

A string identifying the column description

When Became Available

v6.0

Example

type RecordDEP dep = Db.getRecord(“DEP”,”CID=:CID”)

set BALDESC = dep.bal.des

set IRNDESC = dep.irn.des

 

* Variable CID must be defined prior to the getRecord statement.