TTMSFNCCustomControlPicker Class
Base picker class that hosts another control in its drop-down.
API unit family: TMSFNCControlPicker
Inherits from: TTMSFNCDefaultPicker
Syntax
TTMSFNCCustomControlPicker = class(TTMSFNCDefaultPicker)
Properties
| Name | Description |
|---|---|
| Count | Returns the item count reported by the hosted control. |
Methods
| Name | Description |
|---|---|
| CallItemClicked | Applies a hosted-control item click to the picker selection. |
| DropDown | Opens or closes the drop-down after applying the current size settings. |
| UpdateDropDown | Refreshes the picker text, toggles the drop-down, and repaints the control. |
| UpdatePickerContent | Refreshes the collapsed picker text from the hosted control. |
| UpdatePickerDropDownSize | Recalculates the drop-down width and height. |