Add set value to value controls

This commit is contained in:
YNH Webdev
2014-01-11 01:10:24 +01:00
parent 2fb0d73439
commit 564248284a
9 changed files with 52 additions and 7 deletions

View File

@@ -54,6 +54,11 @@ feature -- Implementation
Result := input.value
end
set_value (v: STRING)
do
input.set_value (v)
end
feature -- Properties
input: WSF_INPUT_CONTROL