A design-time object that the Visual Designer uses to describe a table column (field) as part of logical schema information that it associates with a Progress.Data.BindingSource class instance using the Progress.Data.TableDesc class.
PUBLIC ColumnPropDesc ( INPUT col-name AS CHARACTER ,INPUT col-label AS CHARACTER ,INPUT col-type AS CLASS Progress.Data.DataType )A CHARACTER expression that represents a label for the table column. If col-label is set to the Unknown value (?), the label for the field is determined at run time according to OpenEdge column label rules.A Progress.Data.DataType enumeration class value that describes the ABL data type of the column.System.ComponentModel.PropertyDescriptor class (from the .NET Framework)System.Runtime.Serialization.ISerializable interface (from the .NET Framework)For information on the public class members inherited from the System.ComponentModel.PropertyDescriptor class, refer to the .NET Framework class library.
© 2013 Progress Software Corporation and/or its subsidiaries or affiliates. |