ColType  ContentsAllowed

Chapter 3: DataWindow Object Properties

Column.Count

Description

The number of columns in the DataWindow object.

Applies to

DataWindows

Syntax

PocketBuilder dot notation:

dw_control.Object.DataWindow.Column.Count

Describe argument:

"DataWindow.Column.Count"

Usage


In the painter

The value is determined by the number of columns you select in the Select painter, whether or not they are displayed.

Examples

Example 1

string ls_colcount

ls_colcount = dw_1.Object.DataWindow.Column.Count

Example 2

ls_colcount = dw_1.Describe("DataWindow.Column.Count")





Copyright © 2004. Sybase Inc. All rights reserved. ContentsAllowed

View this book as PDF