tWebColumnLayout
See Also: String, Declaring Variables, Struct
Purpose
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.
Type Declaration
Struct tWebColumnLayout
String sObjName
Boolean bFixed
Number iWidth
Integer iPosition
Boolean bHidden
End_Struct
Struct Members
-
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)?
Syntax
Use tWebList.pkg
:
tWebColumnLayout {variableName}
Declaring Variables
To declare tWebColumnLayout variables, use the name of the type (tWebColumnLayout) followed by the variable name.
tWebColumnLayout MyColumnLayout
See struct variables for more details on instantiating struct types.