ComponentOne List 8.0 for ActiveX
ColumnName Property

 

ColumnName Property

Returns the field name of a column.

Syntax

rowbuffer.ColumnName (Col)

Remarks

Read-only at run time. Not available at design time.

Property applies to RowBuffer object.

This property returns the name of a column in a RowBuffer object passed to an unbound event procedure for a TDBList control. The name corresponds to the DataField property of the control column.

The Col argument is an integer specifying the desired column. The range of this argument can be from 0 to ColumnCount - 1.

The ColumnName property allows you to determine the field name associated with a RowBuffer column. It is provided for situations where the field names and/or column order are not known in advance.

See Also

RowBuffer Object

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Product Support Forum  |  Documentation Feedback