Difference between revisions of "CustomColumn removeOption"

From Catglobe Wiki
Jump to: navigation, search
(jrfconvert import)
 
Line 1: Line 1:
[[Category:HelpBooks]]
+
[[Category:Data cache modifying CGScript functions]]
 

 

  

Revision as of 05:23, 29 March 2011



CustomColumn_removeOption

Removes the custom column option with the option index, passed as argument to the method, from the custom column. Returns false if there is no option with the specified index existing, returns true otherwise.

Syntax

CustomColumn_removeOption(customColumn, optionIndex)

Arguments

customColumn: Is an array. This is the custom column array created by CustomColumn_new function.

optionIndex: Is a numeric expression. It is the index of the option returned by CustomColumn_addOption function.

Return type

Boolean

Examples

CustomColumn_removeOption(myCustomColumn, 0);

Availability

Version 5.5