TdxLayoutControlItem.Control Property
Specifies a control associated with the layout item.
Declaration
property Control: TControl read; write;
Property Value
| Type | Description |
|---|---|
| TControl | The control associated with the layout item. |
Remarks
Use the Control property to embed a control (a TControl descendant instance) into the layout item. To configure embedded control-related settings, use AI and ControlOptions properties.
Tip
If you need to place check boxes and radio buttons within a Layout control, we recommend that you use dedicated TdxLayoutCheckBoxItem and TdxLayoutRadioButtonItem classes instead of standalone check box and radio button editors (or their counterparts shipped with the standard VCL library).
See Also