Creates a new instance of this object.
[Visual Basic]
Public Function New( _
ByVal caption As String, _
ByVal datafield As String, _
ByVal datatype As Type _
)
[C#]
public C1DataColumn(
string caption,
string datafield,
Type datatype
);
[Delphi]
public constructor Create(
caption: String;
datafield: String;
datatype: Type
); overload;
Parameters
caption
The column caption.
datafield
The field from the data source.
datatype
The data type.
See Also
C1DataColumn Class | C1DataColumn Members | C1.Win.C1TrueDBGrid Namespace | C1DataColumn Constructor Overload List
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |