JVCL Help:TJvInspectorCompoundItem.AddColumn@Integer

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Adds the specified child to column list.


Pascal

 functionAddColumn(constItem: TJvCustomInspectorItem): Integer; overload;
functionAddColumn(constItemIndex: Integer): Integer; overload;


Parameters

Parameters Description
const Item: TJvCustomInspectorItem Item to add as a column. Item is checked to be a child of the compound item.
const ItemIndex: Integer Index into the Items item list of the item to add.


Description

AddColumn will add the specified child in the Items list to the Columns list. This will remove the specified item from the Items list (a column item can't be shown as a child item as well). The column is initialized to a width of 0 (see Width and WidthSet for more information).
AddColumn comes in two overloaded versions: one to add an Item instance and one to add the item at an index in the Items property.


See Also

TJvInspectorCompoundItem.DeleteColumn, TJvInspectorCompoundItem.InsertColumn


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