See Also: String, Declaring Variables, Struct
tWebColumnLayout is a structured type that is used to represent information about column layouts in Web Application Framework lists and grids. It is used by pbStoreColumnLayout and related cWebList class members.
Struct tWebColumnLayout
String sObjName
Boolean bFixed
Number iWidth
Integer iPosition
Boolean bHidden
End_Struct
sObjName
The column object name.
bFixed
Does this column have a fixed width (pbFixedWidth)?
iWidth
The width of this column (piWidth).
iPosition
The position of this column (piPosition).
bHidden
Is this column hidden (pbHidden)?
Use tWebList.pkg
:
tWebColumnLayout {variableName}
To declare tWebColumnLayout variables, use the name of the type (tWebColumnLayout) followed by the variable name.
tWebColumnLayout MyColumnLayout
See struct variables for more details of instantiating struct types.