CONTENTTYPE Property (DATATABLE)
10.5, PLBCMP GUI Only
The CONTENTTYPE property defines the data node type for an element of the Columns collection in a DATATABLE The property uses the following format:
CONTENTTYPE={value}
Note the following:
CONTENTTYPE may be used in SETPROP or GETPROP statements for elements of the Columns collection.
This property only takes affect visually when a bind of a DATATABLE to a HTMLCONTROL is being used.
The {value} is a decimal number, a Numeric Variable, an Expression, or a keyword as defined in PLBEQU.INC. The {value} specifies one of the following:
|
Value |
Keyword |
Content Type |
|
0 |
$TC_DEFAULT |
DefaultT |
|
1 |
$TC_HIDDEN |
Hidden |
|
2 |
$TC_EDITABLE |
Editable LISTVIEW mode |
|
3 |
$TC_TITLE |
Title |
|
4 |
$TC_DETAILS |
Details |
|
5 |
$TC_IMAGE |
Image |
|
6 |
$TC_HEADER |
Header |
|
7 |
$TC_FOOTER |
Footer |
|
8 |
$TC_BUTTON1 |
Button 1 |
|
9 |
$TC_BUTTON2 |
Button 2 |
|
10 |
$TC_BUTTON3 |
Button 3 |
|
11 |
$TC_START |
Start Time |
|
12 |
$TC_END |
End Time |
|
13 |
$TC_GPS |
GPS Address |
See Also: Object Properties, Object IO Instructions, Object Definitions
![]() |