piColumnId - cWebColumnCheckbox
Can be used in OnManualLoadData to implement it regardless of the column
Type: Property
Access: Read/Write
Data Type: Integer
Parameters: None
Syntax
Property Integer piColumnId
| Access Type | Syntax |
|---|---|
| Read Access: | Get piColumnId to IntegerVariable |
| Write Access: | Set piColumnId to IntegerVariable/Value |
Description
This property is filled by the cWebList with the position of the column in the aCells array of the tWebRow struct.
It can be used in OnManualLoadData to implement it regardless of the column. Doing that allow columns to be moved and inserted without breaking the logic. Its value can also be used to set piSortColumn.