JVCL Help:TJvInspectorCompoundItem.DeleteColumn@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorCompoundItem.DeleteColumn Method (Integer)
[+] TJvInspectorCompoundItem Methods
[+] TJvInspectorCompoundItem Properties
Search in JVCL Help
Search in all projectsSummary
Deletes an item from the column list.
Pascal
procedureDeleteColumn(constColumn: TJvInspectorCompoundColumn); overload;
procedureDeleteColumn(constIndex: Integer); overload;
procedureDeleteColumn(constItem: TJvCustomInspectorItem); overload;
Parameters
Parameters | Description |
const Column: TJvInspectorCompoundColumn | Column to delete. |
const Index: Integer | Column index to delete. |
const Item: TJvCustomInspectorItem | Item to delete from the column list. |
Description
DeleteColumn will remove an item from the column list. The item will be moved back to the Items list.
DeleteColumn comes in three overloaded versions: one to delete a column instance, one to delete the column at an index and one to delete an item instance.
About
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page