From 78b4dd4f902644763da65a89f4d63f5e292b4a31 Mon Sep 17 00:00:00 2001 From: graemeg Date: Mon, 2 Jun 2008 09:15:19 +0000 Subject: * It's now possible to refresh the internal list of the TMediatorDynamicComboBoxView. --- extras/tiopf/gui/tiGenericEditMediators.pas | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'extras/tiopf/gui') diff --git a/extras/tiopf/gui/tiGenericEditMediators.pas b/extras/tiopf/gui/tiGenericEditMediators.pas index 6ddb345b..b59113c2 100644 --- a/extras/tiopf/gui/tiGenericEditMediators.pas +++ b/extras/tiopf/gui/tiGenericEditMediators.pas @@ -184,6 +184,7 @@ type destructor Destroy; override; procedure GuiToObject; override; procedure ObjectToGui; override; + procedure RefreshList; virtual; property List: TtiObjectList read FList write SetList; end; @@ -875,6 +876,11 @@ begin SetOnChangeActive(true); end; +procedure TMediatorDynamicComboBoxView.RefreshList; +begin + InternalListRefresh; +end; + { TMediatorCheckBoxView } function TMediatorCheckBoxView.GetEditControl: TfpgCheckBox; -- cgit v1.2.3-70-g09d2