Skip to main content
Version: 2025

DataType

Namespace: PPJ.Runtime.Windows

Assembly: PPJ.Web.49 (4.9.0.0)

Data typed for the SalDataField and SalTableColumn controls.

public enum DataType : Enum

Fields

NameDescription
Binarybinary
DateTimedatetime
Numbernumber
Stringstring

Used By

NameDescription
SalDataField.DataTypeValue type of the text box control.
SalTableColumn.DataTypeValue type of the text box control.
SalTableWindow.CreateColumnCreates a table window column of string data type at runtime. When you return to design mode, destroys the column.