Concept Framework 1.0 documentation | Contents | Index |
Name | Type | Access | Version | Deprecated |
AddColumn | function | public | version 1.0 | no |
public function AddColumn(column_name, visible) |
column_name | the caption of the column |
visible | how will be rendered. Must be one of this values :HIDDEN_COLUMN | NORMAL_COLUMN |PERCENT_COLUMN | CHECK_COLUMN | RADIO_COLUMN | IMAGE_COLUMN | COMBO_COLUMN; If is set to NORMAL_COLUMN, then you can apply the EDITABLE_COLUMN (if you want your column to be editable by the user) mask by using the "|" operator like in the example. |
This function will add columns to a view. |
TreeList.AddColumn("Edit me !", NORMAL_COLUMN | EDITABLE_COLUMN); |
Documented by Eduard Suica, generation time: Thu Oct 15 20:01:58 2009 GMT | (c)2009 RadGs Software |