![]() |
![]() ![]() ![]() |
acTreeComboBox component.
|
property TreeView: TacPopupTreeView; // run-time and read-only!
|
The TreeView is the read-only property which can be used at run-time to access the properties and methods of the TreeView control embedded to the drop-down window of acTreeComboBox.
|
|
![]() |
procedure TForm1.acTreeComboBox1DropDown(Sender: TObject);
|
begin
|
acTreeComboBox1.TreeView.FullExpand;
|
end;
|
TreeOptions and SelectedNode properties;
|
ExportToTreeNodes, ImportFromTreeNodes and ImportFromTreeView methods;
|
OnDropDown, OnAfterDropDown and OnCloseUp events.
|