Frequently Asked Component Specific Questions

Options

Display all FAQ items

Search FAQ items:


Displaying items 1 to 1 of 1, page 1 of 1

<< previous next >>

TMS Advanced Dropdown Controls
Assigning a Panel to the TAdvControlDropDown

To assign a Panel to the TAdvControlDropDown component use the code below:
AdvControlDropDown1.Control := Panel1; 
When a control is assigned, the control is automatically aligned in the dropdown container.