JVCL Help:TJvInspectorCompoundColumn.Create

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

Search in JVCL Help

 
Search in all projects
 

Summary

Instantiates a new column.


Pascal

 constructorCreate(constAParent: TJvInspectorCustomCompoundItem; constAItem: TJvCustomInspectorItem);


Parameters

Parameters Description
const AParent: TJvInspectorCustomCompoundItem Compound item the column belongs too.
const AItem: TJvCustomInspectorItem The item that is to be associated with the column. The item must be a child of Parent, and will be moved out of the child list.


Description

Create instantiates a new column. The parameters will initialize the column to use the given item, initializing its Width to 0.


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