JVCL Help:TJvInspectorCustomCompoundItem.DeleteColumnPrim@Integer
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvInspectorCustomCompoundItem.DeleteColumnPrim Method (Integer)
[+] TJvInspectorCustomCompoundItem Methods
[+] TJvInspectorCustomCompoundItem Properties
Search in JVCL Help
Search in all projectsSummary
Deletes an item from the column list.
Pascal
procedureDeleteColumnPrim(constColumn: TJvInspectorCompoundColumn); virtual; overload;
procedureDeleteColumnPrim(constIndex: Integer); virtual; overload;
procedureDeleteColumnPrim(constItem: TJvCustomInspectorItem); virtual; 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
DeleteColumnPrim will remove an item from the column list. The item will be moved back to the Items list.
DeleteColumnPrim 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.
This method primarily intended as an internal method to delete columns. Some descendants will surface this behavior through publicly declared methods, others don't but delete the columns automatically (such as TJvInspectorDateTimeItem).
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