
Sets the column widths.
This property is a integer. The value units is in pixel.
Can be passed as "ColumnWidth" to Control_SetProperty and Control_GetProperty's string property name where applicable.
Copy Code |
|---|
; Get the property from the control (setq Value (Odcl_Control_GetColumnWidth MyProject_MyForm_MyControl)) (setq Value (Odcl_Control_GetColumnWidth "MyProject" "MyForm" "MyControl")) |
Copy Code |
|---|
; Set the property to the control (Odcl_Control_SetColumnWidth MyProject_MyForm_MyControl 125) (Odcl_Control_SetColumnWidth "MyProject" "MyForm" "MyControl" 125) |