Skip to main content

TdxLayoutItem.Control Property

Determines the external control to display within an item.

Declaration

property Control;

Property Value

Type
TControl

Remarks

Use the Control property to specify a visual control to display within a given item. Place the desired control onto a form and assign it to the appropriate TdxLayoutItem object (select this control via the Control property of the item). The desired control “jumps” into the item and they are displayed as an ExpressLayout Control element. The Layout Control will become its parent. Generally, you don’t need to assign the Control property. Simply drop a control from the component palette onto the Layout Control area and everything will be managed automatically.

See Also